Changeset 43178
- Timestamp:
- 05/07/2018 09:29:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r42871 r43178 653 653 $active_installs_millions = floor( $plugin['active_installs'] / 1000000 ); 654 654 $active_installs_text = sprintf( 655 _nx( '%s+ Million', '%s+ Million', 'Active plugin installations', $active_installs_millions),655 _nx( '%s+ Million', '%s+ Million', $active_installs_millions, 'Active plugin installations' ), 656 656 number_format_i18n( $active_installs_millions ) 657 657 );
Note: See TracChangeset
for help on using the changeset viewer.