Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.