Changeset 45932 for trunk/src/wp-admin/includes/class-wp-screen.php
- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r45926 r45932 1168 1168 <?php 1169 1169 printf( 1170 /* translators: %s: number of columns on the page*/1170 /* translators: %s: Number of columns on the page. */ 1171 1171 _n( '%s column', '%s columns', $i ), 1172 1172 number_format_i18n( $i )
Note: See TracChangeset
for help on using the changeset viewer.