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