- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r17748 r16980 1 1 <?php 2 2 /** 3 * Permalink Settings Administration Screen.3 * Permalink settings administration panel. 4 4 * 5 5 * @package WordPress … … 24 24 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 25 25 '<p><strong>' . __('For more information:') . '</strong></p>' . 26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_S creen" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' .26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_SubPanel" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' . 27 27 '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Documentation on Using Permalinks</a>') . '</p>' . 28 28 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' … … 33 33 * 34 34 * @package WordPress 35 * @subpackage Permalink_Settings_ Screen35 * @subpackage Permalink_Settings_Panel 36 36 */ 37 37 function add_js() {
Note: See TracChangeset
for help on using the changeset viewer.