Make WordPress Core


Ignore:
Timestamp:
06/03/2010 09:00:39 PM (15 years ago)
Author:
nacin
Message:

target=blank for help. props jorbin, see #13467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r15094 r15132  
    113113    '<p>' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '</p>' .
    114114    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    115     '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments">Comments Documentation</a>' ) . '</p>' .
    116     '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam">Comment Spam Documentation</a>') . '</p>' .
    117     '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts">Keyboard Shortcuts Documentation</a>') . '</p>' .
    118     '<p>' . __( '<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     115    '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Comments Documentation</a>' ) . '</p>' .
     116    '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Comment Spam Documentation</a>') . '</p>' .
     117    '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Keyboard Shortcuts Documentation</a>') . '</p>' .
     118    '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    119119);
    120120require_once('./admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.