Changeset 55412 for trunk/src/wp-admin/network.php
- Timestamp:
- 02/23/2023 10:36:33 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r51475 r55412 66 66 '<p>' . __( 'The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.' ) . '</p>' . 67 67 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 68 '<p>' . __( '<a href="https://wordpress.org/ support/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' .69 '<p>' . __( '<a href="https://wordpress.org/ support/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>';68 '<p>' . __( '<a href="https://wordpress.org/documentation/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' . 69 '<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>'; 70 70 71 71 get_current_screen()->add_help_tab( … … 79 79 get_current_screen()->set_help_sidebar( 80 80 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 81 '<p>' . __( '<a href="https://wordpress.org/ support/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' .82 '<p>' . __( '<a href="https://wordpress.org/ support/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>' .83 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'81 '<p>' . __( '<a href="https://wordpress.org/documentation/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' . 82 '<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>' . 83 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 84 84 ); 85 85
Note: See TracChangeset
for help on using the changeset viewer.