Changeset 5584 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 06/17/2017 10:28:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r5571 r5584 133 133 134 134 if ( $count <= 10 ) { 135 $text = __( ' Lessthan 10', 'wporg-plugins' );135 $text = __( 'Fewer than 10', 'wporg-plugins' ); 136 136 } elseif ( $count >= 1000000 ) { 137 137 $million_count = intdiv( $count, 1000000 );
Note: See TracChangeset
for help on using the changeset viewer.