Changeset 2478 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
- Timestamp:
- 02/07/2016 05:06:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
r2229 r2478 17 17 $string = translate_nooped_plural( $nooped_plural, $locale_data['status_counts'][ $status ] ); 18 18 $string = sprintf( $string, sprintf( '<strong class="i18n-label %s">%s</strong>', $status, $locale_data['status_counts'][ $status ] ) ); 19 printf( ' <a href="# " class="i18n-filter" data-filter="%s">%s</a>', $status, $string );19 printf( ' <a href="#%s" class="i18n-filter" data-filter="%s">%s</a>', $status, $status, $string ); 20 20 } 21 21 ?> … … 38 38 $string = translate_nooped_plural( $nooped_plural, $locale_data['status_counts'][ $status ] ); 39 39 $string = sprintf( $string, sprintf( '<strong class="i18n-label %s">%s</strong>', $status, $locale_data['status_counts'][ $status ] ) ); 40 printf( ' <a href="# " class="i18n-filter" data-filter="%s">%s</a>', $status, $string );40 printf( ' <a href="#%s" class="i18n-filter" data-filter="%s">%s</a>', $status, $status, $string ); 41 41 } 42 42 ?>
Note: See TracChangeset
for help on using the changeset viewer.