Changeset 55412 for trunk/src/wp-admin/upload.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r55198 r55412 157 157 get_current_screen()->set_help_sidebar( 158 158 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 159 '<p>' . __( '<a href="https://wordpress.org/ support/article/media-library-screen/">Documentation on Media Library</a>' ) . '</p>' .160 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'159 '<p>' . __( '<a href="https://wordpress.org/documentation/article/media-library-screen/">Documentation on Media Library</a>' ) . '</p>' . 160 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 161 161 ); 162 162 … … 350 350 get_current_screen()->set_help_sidebar( 351 351 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 352 '<p>' . __( '<a href="https://wordpress.org/ support/article/media-library-screen/">Documentation on Media Library</a>' ) . '</p>' .353 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'352 '<p>' . __( '<a href="https://wordpress.org/documentation/article/media-library-screen/">Documentation on Media Library</a>' ) . '</p>' . 353 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 354 354 ); 355 355
Note: See TracChangeset
for help on using the changeset viewer.