Changeset 32116 for trunk/src/wp-admin/upload.php
- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r31973 r32116 62 62 get_current_screen()->set_help_sidebar( 63 63 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 64 '<p>' . __( '<a href="http ://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .64 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' . 65 65 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 66 66 ); … … 199 199 get_current_screen()->set_help_sidebar( 200 200 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 201 '<p>' . __( '<a href="http ://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .201 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' . 202 202 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 203 203 );
Note: See TracChangeset
for help on using the changeset viewer.