Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/tools.php

    r15001 r15205  
    1616    '<p>' . __('Note: Turbo/Gears is no longer promoted on this screen as it was in previous versions due to the fact that Google has discontinued support for it.') . '</p>' .
    1717    '<p><strong>' . __('For more information:') . '</strong></p>' .
    18     '<p>' . __('<a href="http://codex.wordpress.org/Tools_Tools_SubPanel">Tools Documentation</a>') . '</p>' .
    19     '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     18    '<p>' . __('<a href="http://codex.wordpress.org/Tools_Tools_SubPanel" target="_blank">Tools Documentation</a>') . '</p>' .
     19    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2020);
    2121
     
    3939endif;
    4040
     41if ( current_user_can( 'import' ) ) :
    4142$cats = get_taxonomy('category');
    4243$tags = get_taxonomy('post_tag');
    43 
    4444if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?>
    4545<div class="tool-box">
     
    4848</div>
    4949<?php
     50endif;
    5051endif;
    5152
Note: See TracChangeset for help on using the changeset viewer.