Changeset 55412 for trunk/src/wp-admin/export.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/export.php
r55276 r55412 57 57 get_current_screen()->set_help_sidebar( 58 58 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 59 '<p>' . __( '<a href="https://wordpress.org/ support/article/tools-export-screen/">Documentation on Export</a>' ) . '</p>' .60 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'59 '<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-export-screen/">Documentation on Export</a>' ) . '</p>' . 60 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 61 61 ); 62 62
Note: See TracChangeset
for help on using the changeset viewer.