Changeset 29172 for trunk/src/wp-admin/upload.php
- Timestamp:
- 07/14/2014 08:08:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r29136 r29172 36 36 37 37 get_current_screen()->add_help_tab( array( 38 'id' => 'overview',39 'title' => __( 'Overview' ),40 'content' =>41 '<p>' . __( 'All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen Options tab to customize the display of this screen.' ) . '</p>'38 'id' => 'overview', 39 'title' => __( 'Overview' ), 40 'content' => 41 '<p>' . __( 'All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen Options tab to customize the display of this screen.' ) . '</p>' 42 42 ) ); 43 43
Note: See TracChangeset
for help on using the changeset viewer.