Make WordPress Core

Changeset 17748


Ignore:
Timestamp:
04/28/2011 03:24:49 PM (13 years ago)
Author:
nacin
Message:

Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265.

Location:
trunk
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-post.php

    r10720 r17748  
    77 */
    88
    9 /** We are located in WordPress Administration Panels */
     9/** We are located in WordPress Administration Screens */
    1010define('WP_ADMIN', true);
    1111
  • trunk/wp-admin/admin.php

    r17333 r17748  
    88
    99/**
    10  * In WordPress Administration Panels
     10 * In WordPress Administration Screens
    1111 *
    1212 * @since 2.3.2
  • trunk/wp-admin/comment.php

    r16326 r17748  
    11<?php
    22/**
    3  * Comment Management Panel
     3 * Comment Management Screen
    44 *
    55 * @package WordPress
     
    4949    '<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>' .
    5050    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    51     '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
     51    '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
    5252    '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank" >Support Forums</a>' ) . '</p>'
    5353    );
  • trunk/wp-admin/custom-background.php

    r16660 r17748  
    8686        '<p>' . __( 'Don&#8217;t forget to click on the Save Changes button when you are finished.' ) . '</p>' .
    8787        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    88         '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Background_SubPanel" target="_blank">Documentation on Custom Background</a>' ) . '</p>' .
     88        '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Background_Screen" target="_blank">Documentation on Custom Background</a>' ) . '</p>' .
    8989        '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' );
    9090        wp_enqueue_script('custom-background');
  • trunk/wp-admin/custom-header.php

    r16061 r17748  
    9494        '<p>' . __( 'Some themes come with additional header images bundled. If you see multiple images displayed, select the one you&#8217;d like and click the Save Changes button.' ) . '</p>' .
    9595        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    96         '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Header_SubPanel" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .
     96        '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .
    9797        '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' );
    9898    }
  • trunk/wp-admin/edit-comments.php

    r17345 r17748  
    11<?php
    22/**
    3  * Edit Comments Administration Panel.
     3 * Edit Comments Administration Screen.
    44 *
    55 * @package WordPress
     
    125125    '<p>' . __( 'Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.' ) . '</p>' .
    126126    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    127     '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
     127    '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screen#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
    128128    '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>' ) . '</p>' .
    129129    '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts</a>' ) . '</p>' .
  • trunk/wp-admin/edit-form-advanced.php

    r17695 r17748  
    175175    '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' .
    176176    '<p><strong>' . __('For more information:') . '</strong></p>' .
    177     '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_SubPanel" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' .
     177    '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' .
    178178    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    179179    );
     
    185185    '<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.') . '</p>' .
    186186    '<p><strong>' . __('For more information:') . '</strong></p>' .
    187     '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel" target="_blank">Documentation on Adding New Pages</a>') . '</p>' .
    188     '<p>' . __('<a href="http://codex.wordpress.org/Pages_Pages_SubPanel#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' .
     187    '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' .
     188    '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' .
    189189    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    190190    );
  • trunk/wp-admin/edit-link-form.php

    r15746 r17748  
    4545    '<p>' . __( 'XFN stands for <a href="http://gmpg.org/xfn/" target="_blank">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '</p>' .
    4646    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    47     '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_SubPanel" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .
     47    '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .
    4848    '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    4949);
  • trunk/wp-admin/edit-tags.php

    r17435 r17748  
    11<?php
    22/**
    3  * Edit Tags Administration Panel.
     3 * Edit Tags Administration Screen.
    44 *
    55 * @package WordPress
     
    210210
    211211    if ( 'category' == $taxonomy )
    212         $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Categories_SubPanel" target="_blank">Documentation on Categories</a>' ) . '</p>';
     212        $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentation on Categories</a>' ) . '</p>';
    213213    elseif ( 'link_category' == $taxonomy )
    214         $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_SubPanel" target="_blank">Documentation on Link Categories</a>' ) . '</p>';
    215     else
    216         $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Post_Tags_SubPanel" target="_blank">Documentation on Post Tags</a>' ) . '</p>';
     214        $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>';
     215    else
     216        $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Post_Tags_Screen" target="_blank">Documentation on Post Tags</a>' ) . '</p>';
    217217
    218218    $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
  • trunk/wp-admin/edit.php

    r17362 r17748  
    11<?php
    22/**
    3  * Edit Posts Administration Panel.
     3 * Edit Posts Administration Screen.
    44 *
    55 * @package WordPress
     
    171171    '<p>' . __('You can also edit multiple posts at once. Select the posts you want to edit using the checkboxes, select Edit from the Bulk Actions menu and click Apply. You will be able to change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.') . '</p>' .
    172172    '<p><strong>' . __('For more information:') . '</strong></p>' .
    173     '<p>' . __('<a href="http://codex.wordpress.org/Posts_Posts_SubPanel" target="_blank">Documentation on Managing Posts</a>') . '</p>' .
     173    '<p>' . __('<a href="http://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' .
    174174    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    175175    );
     
    180180    '<p>' . __('You can also perform the same types of actions, including narrowing the list by using the filters, acting on a Page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple Pages at once.') . '</p>' .
    181181    '<p><strong>' . __('For more information:') . '</strong></p>' .
    182     '<p>' . __('<a href="http://codex.wordpress.org/Pages_Pages_SubPanel" target="_blank">Documentation on Managing Pages</a>') . '</p>' .
     182    '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' .
    183183    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    184184    );
  • trunk/wp-admin/export.php

    r17063 r17748  
    11<?php
    22/**
    3  * WordPress Export Administration Panel
     3 * WordPress Export Administration Screen
    44 *
    55 * @package WordPress
     
    4343    '<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>' .
    4444    '<p><strong>' . __('For more information:') . '</strong></p>' .
    45     '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_SubPanel" target="_blank">Documentation on Export</a>') . '</p>' .
     45    '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' .
    4646    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4747);
  • trunk/wp-admin/import.php

    r17086 r17748  
    11<?php
    22/**
    3  * Import WordPress Administration Panel
     3 * Import WordPress Administration Screen
    44 *
    55 * @package WordPress
     
    2121    '<p>' . __('In previous versions of WordPress, all the importers were built-in, but they have been turned into plugins as of version 3.0 since most people only use them once or infrequently.') . '</p>' .
    2222    '<p><strong>' . __('For more information:') . '</strong></p>' .
    23     '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_SubPanel" target="_blank">Documentation on Import</a>') . '</p>' .
     23    '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_Screen" target="_blank">Documentation on Import</a>') . '</p>' .
    2424    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2525);
  • trunk/wp-admin/includes/dashboard.php

    r17743 r17748  
    11<?php
    22/**
    3  * WordPress Dashboard Widget Administration Panel API
     3 * WordPress Dashboard Widget Administration Screen API
    44 *
    55 * @package WordPress
  • trunk/wp-admin/index.php

    r17054 r17748  
    11<?php
    22/**
    3  * Dashboard Administration Panel
     3 * Dashboard Administration Screen
    44 *
    55 * @package WordPress
     
    4646    '<p>' . __( '<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.' ) . '</p>' .
    4747    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    48     '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_SubPanel" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .
     48    '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .
    4949    '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    5050);
  • trunk/wp-admin/link-add.php

    r14313 r17748  
    11<?php
    22/**
    3  * Add Link Administration Panel.
     3 * Add Link Administration Screen.
    44 *
    55 * @package WordPress
  • trunk/wp-admin/link-manager.php

    r17345 r17748  
    11<?php
    22/**
    3  * Link Management Administration Panel.
     3 * Link Management Administration Screen.
    44 *
    55 * @package WordPress
     
    4747    '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' .
    4848    '<p><strong>' . __('For more information:') . '</strong></p>' .
    49     '<p>' . __('<a href="http://codex.wordpress.org/Links_Links_SubPanel" target="_blank">Documentation on Managing Links</a>') . '</p>' .
     49    '<p>' . __('<a href="http://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' .
    5050    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5151);
  • trunk/wp-admin/media-new.php

    r14139 r17748  
    11<?php
    22/**
    3  * Upload new media Administration Panel.
     3 * Upload new media Administration Screen.
    44 *
    55 * @package WordPress
  • trunk/wp-admin/media-upload.php

    r17568 r17748  
    6767        '<p>' . __('There are two options for uploading files: <em>Select Files</em> will open the Flash-based uploader (multiple file upload allowed), or you can use the <em>Browser Uploader</em>. Clicking <em>Select Files</em> opens a navigation window showing you files in your operating system. Selecting <em>Open</em> after clicking on the file you want activates a progress bar on the uploader screen. Basic image editing is available after upload is complete. Make sure you click <em>Save</em> before leaving this screen.') . '</p>' .
    6868        '<p><strong>' . __('For more information:') . '</strong></p>' .
    69         '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_SubPanel" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' .
     69        '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' .
    7070        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    7171    );
  • trunk/wp-admin/media.php

    r16812 r17748  
    7474    '<p>' . __('Remember to click Update Media to save metadata entered or changed.') . '</p>' .
    7575    '<p><strong>' . __('For more information:') . '</strong></p>' .
    76     '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_SubPanel#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
     76    '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
    7777    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    7878);
  • trunk/wp-admin/moderation.php

    r16847 r17748  
    11<?php
    22/**
    3  * Comment Moderation Administration Panel.
     3 * Comment Moderation Administration Screen.
    44 *
    55 * Redirects to edit-comments.php?comment_status=moderated.
  • trunk/wp-admin/my-sites.php

    r17014 r17748  
    4343    '<p>' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPress MU (multi-user).') . '</p>' .
    4444    '<p><strong>' . __('For more information:') . '</strong></p>' .
    45     '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_SubPanel" target="_blank">Documentation on My Sites</a>') . '</p>' .
     45    '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_Screen" target="_blank">Documentation on My Sites</a>') . '</p>' .
    4646    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4747);
  • trunk/wp-admin/nav-menus.php

    r17543 r17748  
    454454$help .= '<p>' . __('To create a new custom menu, click on the + tab, give the menu a name, and click Create Menu. Next, add menu items from the appropriate boxes. You&#8217;ll be able to edit the information for each menu item, and can drag and drop to put them in order. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy. Drop the item into its new nested placement when the dotted rectangle target shifts over, also a little to the right. Don&#8217;t forget to click Save when you&#8217;re finished.') . '</p>';
    455455$help .= '<p><strong>' . __('For more information:') . '</strong></p>';
    456 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel" target="_blank">Documentation on Menus</a>') . '</p>';
     456$help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>';
    457457$help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
    458458
  • trunk/wp-admin/network.php

    r17323 r17748  
    113113    '<p><strong>' . __('For more information:') . '</strong></p>' .
    114114    '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
    115     '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_SubPanel" target="_blank">Documentation on the Network Screen</a>') . '</p>' .
     115    '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' .
    116116    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    117117);
  • trunk/wp-admin/options-discussion.php

    r16980 r17748  
    2020    '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    2121    '<p><strong>' . __('For more information:') . '</strong></p>' .
    22     '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_SubPanel" target="_blank">Documentation on Discussion Settings</a>') . '</p>' .
     22    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' .
    2323    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2424);
  • trunk/wp-admin/options-general.php

    r17637 r17748  
    6767    '<p>' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    6868    '<p><strong>' . __('For more information:') . '</strong></p>' .
    69     '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_SubPanel" target="_blank">Documentation on General Settings</a>') . '</p>' .
     69    '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_Screen" target="_blank">Documentation on General Settings</a>') . '</p>' .
    7070    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    7171);
  • trunk/wp-admin/options-media.php

    r16980 r17748  
    2222    '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    2323    '<p><strong>' . __('For more information:') . '</strong></p>' .
    24     '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_SubPanel" target="_blank">Documentation on Media Settings</a>') . '</p>' .
     24    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_Screen" target="_blank">Documentation on Media Settings</a>') . '</p>' .
    2525    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2626);
  • trunk/wp-admin/options-permalink.php

    r16980 r17748  
    11<?php
    22/**
    3  * Permalink settings administration panel.
     3 * Permalink Settings Administration Screen.
    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_SubPanel" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' .
     26    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_Screen" 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_Panel
     35 * @subpackage Permalink_Settings_Screen
    3636 */
    3737function add_js() {
  • trunk/wp-admin/options-privacy.php

    r16980 r17748  
    11<?php
    22/**
    3  * Privacy Options Settings Administration Panel.
     3 * Privacy Options Settings Administration Screen.
    44 *
    55 * @package WordPress
     
    2121    '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    2222    '<p><strong>' . __('For more information:') . '</strong></p>' .
    23     '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_SubPanel" target="_blank">Documentation on Privacy Settings</a>') . '</p>' .
     23    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_Screen" target="_blank">Documentation on Privacy Settings</a>') . '</p>' .
    2424    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2525);
  • trunk/wp-admin/options-reading.php

    r16980 r17748  
    4848    '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    4949    '<p><strong>' . __('For more information:') . '</strong></p>' .
    50     '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_SubPanel" target="_blank">Documentation on Reading Settings</a>') . '</p>' .
     50    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' .
    5151    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5252);
  • trunk/wp-admin/options-writing.php

    r17666 r17748  
    2020    '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    2121    '<p><strong>' . __('For more information:') . '</strong></p>' .
    22     '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_SubPanel" target="_blank">Documentation on Writing Settings</a>') . '</p>' .
     22    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' .
    2323    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2424);
  • trunk/wp-admin/options.php

    r17056 r17748  
    11<?php
    22/**
    3  * Options Management Administration Panel.
     3 * Options Management Administration Screen.
    44 *
    55 * If accessed directly in a browser this page shows a list of all saved options
  • trunk/wp-admin/plugin-editor.php

    r17183 r17748  
    120120        ( is_network_admin() ? '<p>' . __('Any edits to files from this screen will be reflected on all sites in the network.') . '</p>' : '' ) .
    121121        '<p><strong>' . __('For more information:') . '</strong></p>' .
    122         '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_SubPanel" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .
     122        '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .
    123123        '<p>' . __('<a href="http://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' .
    124124        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
  • trunk/wp-admin/plugin-install.php

    r17322 r17748  
    4848    '<p>' . __('If you want to install a plugin that you&#8217;ve downloaded elsewhere, click Upload in the upper left. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.') . '</p>' .
    4949    '<p><strong>' . __('For more information:') . '</strong></p>' .
    50     '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_SubPanel" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
     50    '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
    5151    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5252);
  • trunk/wp-admin/post-new.php

    r16135 r17748  
    11<?php
    22/**
    3  * New Post Administration Panel.
     3 * New Post Administration Screen.
    44 *
    55 * @package WordPress
  • trunk/wp-admin/profile.php

    r16660 r17748  
    11<?php
    22/**
    3  * User Profile Administration Panel.
     3 * User Profile Administration Screen.
    44 *
    55 * @package WordPress
  • trunk/wp-admin/tools.php

    r17666 r17748  
    11<?php
    22/**
    3  * Tools Administration Panel.
     3 * Tools Administration Screen.
    44 *
    55 * @package WordPress
     
    1717    '<p>' . __('Note: Turbo/Gears is no longer promoted on this screen as it was in previous versions due to the fact that Google has discontinued support for it.') . '</p>' .
    1818    '<p><strong>' . __('For more information:') . '</strong></p>' .
    19     '<p>' . __('<a href="http://codex.wordpress.org/Tools_Tools_SubPanel" target="_blank">Documentation on Tools</a>') . '</p>' .
     19    '<p>' . __('<a href="http://codex.wordpress.org/Tools_Screen" target="_blank">Documentation on Tools</a>') . '</p>' .
    2020    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2121);
  • trunk/wp-admin/update-core.php

    r17589 r17748  
    404404    '<p>' . __('To update themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '</p>' .
    405405    '<p><strong>' . __('For more information:') . '</strong></p>' .
    406     '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_Updates_SubPanel" target="_blank">Documentation on Updating WordPress</a>') . '</p>' .
     406    '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>') . '</p>' .
    407407    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    408408);
  • trunk/wp-admin/upload.php

    r17345 r17748  
    152152    '<p>' . __( 'If a media file has not been attached to any post, you will see that in the <em>Attached To</em> column, and can click on <em>Attach File</em> to launch a small popup that will allow you to search for a post and attach the file.' ) . '</p>' .
    153153    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    154     '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_SubPanel" target="_blank">Documentation on Media Library</a>' ) . '</p>' .
     154    '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .
    155155    '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    156156);
  • trunk/wp-admin/user-edit.php

    r17657 r17748  
    4545    '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>' .
    4646    '<p><strong>' . __('For more information:') . '</strong></p>' .
    47     '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_SubPanel" target="_blank">Documentation on User Profiles</a>') . '</p>' .
     47    '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' .
    4848    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4949);
  • trunk/wp-admin/user-new.php

    r17431 r17748  
    11<?php
    22/**
    3  * New User Administration Panel.
     3 * New User Administration Screen.
    44 *
    55 * @package WordPress
     
    147147    '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' .
    148148    '<p><strong>' . __('For more information:') . '</strong></p>' .
    149     '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_SubPanel" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
     149    '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
    150150    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    151151);
  • trunk/wp-admin/user/index.php

    r15879 r17748  
    11<?php
    22/**
    3  * User Dashboard Administration Panel
     3 * User Dashboard Administration Screen
    44 *
    55 * @package WordPress
  • trunk/wp-admin/user/profile.php

    r15879 r17748  
    11<?php
    22/**
    3  * User Profile Administration Panel.
     3 * User Profile Administration Screen.
    44 *
    55 * @package WordPress
  • trunk/wp-admin/users.php

    r17673 r17748  
    2626    '<p>' . __('To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.') . '</p>' .
    2727    '<p><strong>' . __('For more information:') . '</strong></p>' .
    28     '<p>' . __('<a href="http://codex.wordpress.org/Users_Users_SubPanel" target="_blank">Documentation on Managing Users</a>') . '</p>' .
     28    '<p>' . __('<a href="http://codex.wordpress.org/Users_Screen" target="_blank">Documentation on Managing Users</a>') . '</p>' .
    2929    '<p>' . __('<a href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank">Descriptions of Roles and Capabilities</a>') . '</p>' .
    3030    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
  • trunk/wp-admin/widgets.php

    r16438 r17748  
    4343';
    4444$help .= '<p><strong>' . __('For more information:') . '</strong></p>';
    45 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_SubPanel" target="_blank">Documentation on Widgets</a>') . '</p>';
     45$help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>';
    4646$help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
    4747add_contextual_help($current_screen, $help);
  • trunk/wp-includes/functions.php

    r17747 r17748  
    36443644
    36453645/**
    3646  * Whether to force SSL used for the Administration Panels.
     3646 * Whether to force SSL used for the Administration Screens.
    36473647 *
    36483648 * @since 2.6.0
  • trunk/wp-includes/post.php

    r17742 r17748  
    13731373 * Add meta data field to a post.
    13741374 *
    1375  * Post meta data is called "Custom Fields" on the Administration Panels.
     1375 * Post meta data is called "Custom Fields" on the Administration Screen.
    13761376 *
    13771377 * @since 1.5.0
  • trunk/wp-includes/script-loader.php

    r17743 r17748  
    3838
    3939/**
    40  * Set up WordPress scripts to load by default for Administration Panels.
     40 * Set up WordPress scripts to load by default for Administration Screen.
    4141 *
    4242 * Localizes a few of the scripts.
     
    573573
    574574/**
    575  * Administration Panel CSS for changing the styles.
     575 * Administration Screen CSS for changing the styles.
    576576 *
    577577 * If installing the 'wp-admin/' directory will be replaced with './'.
    578578 *
    579  * The $_wp_admin_css_colors global manages the Administration Panels CSS
     579 * The $_wp_admin_css_colors global manages the Administration Screens CSS
    580580 * stylesheet that is loaded. The option that is set is 'admin_color' and is the
    581581 * color and key for the array. The value for the color key is an object with
     
    590590 * @param string $src Source URL.
    591591 * @param string $handle Either 'colors' or 'colors-rtl'.
    592  * @return string URL path to CSS stylesheet for Administration Panels.
     592 * @return string URL path to CSS stylesheet for Administration Screens.
    593593 */
    594594function wp_style_loader_src( $src, $handle ) {
  • trunk/wp-includes/user.php

    r17742 r17748  
    743743 * Add meta data field to a user.
    744744 *
    745  * Post meta data is called "Custom Fields" on the Administration Panels.
     745 * Post meta data is called "Custom Fields" on the Administration Screens.
    746746 *
    747747 * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.