Changeset 5001 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
- Timestamp:
- 02/24/2017 06:30:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
r4605 r5001 97 97 echo 'Not a developer on any plugin.'; 98 98 } else { 99 echo '<strong>' . sprintf( _n( ' 1 plugin:', '%d plugins:', count( $all_plugins )), count( $all_plugins ) ) . '</strong>';99 echo '<strong>' . sprintf( _n( '%d plugin:', '%d plugins:', count( $all_plugins ), 'wporg-plugins' ), count( $all_plugins ) ) . '</strong>'; 100 100 101 101 echo '<ul>';
Note: See TracChangeset
for help on using the changeset viewer.