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