Make WordPress Core


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.

File:
1 edited

Legend:

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