Changeset 39019
- Timestamp:
- 10/30/2016 03:18:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r37914 r39019 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" target="_blank">Documentation on Creating a Network</a>') . '</p>' .67 '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</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>'; 68 68 69 69 get_current_screen()->add_help_tab( array( … … 75 75 get_current_screen()->set_help_sidebar( 76 76 '<p><strong>' . __('For more information:') . '</strong></p>' . 77 '<p>' . __( '<a href="https://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .78 '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' .79 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'77 '<p>' . __( '<a href="https://codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' . 78 '<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/">Support Forums</a>' ) . '</p>' 80 80 ); 81 81
Note: See TracChangeset
for help on using the changeset viewer.