Make WordPress Core


Ignore:
Timestamp:
03/17/2010 04:27:25 PM (16 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r13524 r13733  
    9191$tags = get_taxonomy('post_tag');
    9292
    93 if ( current_user_can($cats->manage_cap) || current_user_can($tags->manage_cap) ) : ?> 
    94 <div class="tool-box"> 
     93if ( current_user_can($cats->manage_cap) || current_user_can($tags->manage_cap) ) : ?>
     94<div class="tool-box">
    9595    <h3 class="title"><?php _e('Category&#47;Tag Conversion') ?></h3>
    96     <p><?php printf(__('Use this to convert <a href="%s">categories to tags</a>, or <a href="%s">tags to categories</a>.'), 'admin.php?import=wp-cat2tag', 'admin.php?import=wp-cat2tag&amp;step=3'); ?></p> 
    97 </div> 
     96    <p><?php printf(__('Use this to convert <a href="%s">categories to tags</a>, or <a href="%s">tags to categories</a>.'), 'admin.php?import=wp-cat2tag', 'admin.php?import=wp-cat2tag&amp;step=3'); ?></p>
     97</div>
    9898<?php
    99 endif; 
     99endif;
    100100
    101101do_action( 'tool_box' );
Note: See TracChangeset for help on using the changeset viewer.