Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r17748 r16980  
    11<?php
    22/**
    3  * Permalink Settings Administration Screen.
     3 * Permalink settings administration panel.
    44 *
    55 * @package WordPress
     
    2424    '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    2525    '<p><strong>' . __('For more information:') . '</strong></p>' .
    26     '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_Screen" 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>' .
    2727    '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Documentation on Using Permalinks</a>') . '</p>' .
    2828    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
     
    3333 *
    3434 * @package WordPress
    35  * @subpackage Permalink_Settings_Screen
     35 * @subpackage Permalink_Settings_Panel
    3636 */
    3737function add_js() {
Note: See TracChangeset for help on using the changeset viewer.