Making WordPress.org

Changeset 3004


Ignore:
Timestamp:
04/25/2016 04:04:48 PM (10 years ago)
Author:
ocean90
Message:

Translate: Link to /stats and /consistency on the index page.

See #1682.

Location:
sites/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates-new/index-locales.php

    r2281 r3004  
    1111                <ul class="filter-header-links">
    1212                        <li><span class="current"><?php _e( 'Find your locale' ); ?></span></li>
     13                        <li><a href="/stats"><?php _e( 'Stats' ); ?></a></li>
     14                        <li><a href="/consistency"><?php _e( 'Consistency' ); ?></a></li>
    1315                </ul>
    1416                <div class="search-form">
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-consistency.php

    r3003 r3004  
    113113                        $search = $wpdb->prepare( "LIKE {$collation} %s", $wpdb->esc_like( $args['search'] ) . '%%' );
    114114                } else {
    115                         $search = $wpdb->prepare( "= {$collation} %s",  $args['search'] );
     115                        $search = $wpdb->prepare( "= {$collation} %s", $args['search'] );
    116116                }
    117117
Note: See TracChangeset for help on using the changeset viewer.