Changeset 38722 for trunk/src/wp-admin/upload.php
- Timestamp:
- 10/04/2016 07:07:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r38647 r38722 64 64 get_current_screen()->set_help_sidebar( 65 65 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 66 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .67 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'66 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' . 67 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>' 68 68 ); 69 69 … … 219 219 get_current_screen()->set_help_sidebar( 220 220 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 221 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .222 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'221 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' . 222 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>' 223 223 ); 224 224
Note: See TracChangeset
for help on using the changeset viewer.