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