Changeset 55412 for trunk/src/wp-admin/import.php
- Timestamp:
- 02/23/2023 10:36:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/import.php
r51475 r55412 30 30 get_current_screen()->set_help_sidebar( 31 31 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 32 '<p>' . __( '<a href="https://wordpress.org/ support/article/tools-import-screen/">Documentation on Import</a>' ) . '</p>' .33 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'32 '<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-import-screen/">Documentation on Import</a>' ) . '</p>' . 33 '<p>' . __( '<a href="https://wordpress.org/support/forums">Support</a>' ) . '</p>' 34 34 ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.