Changeset 43528 for branches/4.9/src/wp-admin/about.php
- Timestamp:
- 07/24/2018 03:05:42 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/about.php
r43407 r43528 12 12 wp_enqueue_script( 'underscore' ); 13 13 14 $title = __( 'About' ); 14 /* translators: Page title of the About WordPress page in the admin. */ 15 $title = _x( 'About', 'page title' ); 15 16 16 17 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
Note: See TracChangeset
for help on using the changeset viewer.