Changeset 45674 for trunk/src/wp-admin/network.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r45140 r45674 64 64 '<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>' . 65 65 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 66 '<p>' . __( '<a href="https:// codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' .67 '<p>' . __( '<a href="https:// codex.wordpress.org/Tools_Network_Screen">Documentation on the Network Screen</a>' ) . '</p>';66 '<p>' . __( '<a href="https://wordpress.org/support/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' . 67 '<p>' . __( '<a href="https://wordpress.org/support/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>'; 68 68 69 69 get_current_screen()->add_help_tab( … … 77 77 get_current_screen()->set_help_sidebar( 78 78 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 79 '<p>' . __( '<a href="https:// codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' .80 '<p>' . __( '<a href="https:// codex.wordpress.org/Tools_Network_Screen">Documentation on the Network Screen</a>' ) . '</p>' .79 '<p>' . __( '<a href="https://wordpress.org/support/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' . 80 '<p>' . __( '<a href="https://wordpress.org/support/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>' . 81 81 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 82 82 );
Note: See TracChangeset
for help on using the changeset viewer.