Make WordPress Core


Ignore:
Timestamp:
06/04/2010 03:42:43 AM (15 years ago)
Author:
nacin
Message:

target=blank help fixes. props zeo, fixes #13467.

File:
1 edited

Legend:

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

    r15054 r15135  
    192192
    193193    if ( 'category' == $taxonomy )
    194         $help .= '<p>' . __('<a href="http://codex.wordpress.org/Manage_Categories_SubPanel">Categories Documentation</a>') . '</p>';
    195     else
    196         $help .= '<p>' . __('<a href="http://codex.wordpress.org/Post_Tags_SubPanel">Tags Documentation</a>') . '</p>';
    197 
    198     $help .= '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>';
     194        $help .= '<p>' . __('<a href="http://codex.wordpress.org/Manage_Categories_SubPanel" target="_blank">Categories Documentation</a>') . '</p>';
     195    else
     196        $help .= '<p>' . __('<a href="http://codex.wordpress.org/Post_Tags_SubPanel" target="_blank">Tags Documentation</a>') . '</p>';
     197
     198    $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
    199199
    200200    add_contextual_help($current_screen, $help);
Note: See TracChangeset for help on using the changeset viewer.