Ticket #13736: 13736-network.php.diff
File 13736-network.php.diff, 1.4 KB (added by , 15 years ago) |
---|
-
wp-admin/network.php
97 97 '<p>' . __('Refreshing your browser will take you to a screen with an archive of those added lines of code. A set of six links under Super Admin will appear at the top of the main left navigation menu. The multisite network is now enabled.') . '</p>' . 98 98 '<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 soon in a future version.') . '</p>' . 99 99 '<p><strong>' . __('For more information:') . '</strong></p>' . 100 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank"> General Network Creation Documentation</a>') . '</p>' .101 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_SubPanel" target="_blank"> Tools > Network Documentation</a>') . '</p>' .100 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on General Network Creation</a>') . '</p>' . 101 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_SubPanel" target="_blank">Documentation on Creating a Network of WordPress Sites</a>') . '</p>' . 102 102 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 103 103 ); 104 104