Make WordPress Core


Ignore:
Timestamp:
02/21/2010 12:03:42 AM (14 years ago)
Author:
ryan
Message:

Trim trailing whites

File:
1 edited

Legend:

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

    r13215 r13268  
    225225    $tags_per_page = apply_filters( 'edit_tags_per_page', $tags_per_page );
    226226    $tags_per_page = apply_filters( 'tagsperpage', $tags_per_page ); // Old filter
    227 } elseif ( 'category' == $taxonomy ) { 
     227} elseif ( 'category' == $taxonomy ) {
    228228    $tags_per_page = apply_filters( 'edit_categories_per_page', $tags_per_page ); // Old filter
    229229} else {
     
    305305
    306306<?php if ( 'category' == $taxonomy ) : ?>
    307 <div class="form-wrap"> 
    308 <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?></p> 
    309 <p><?php printf(__('Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.'), 'admin.php?import=wp-cat2tag') ?></p> 
    310 </div> 
     307<div class="form-wrap">
     308<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?></p>
     309<p><?php printf(__('Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.'), 'admin.php?import=wp-cat2tag') ?></p>
     310</div>
    311311<?php endif; ?>
    312312
Note: See TracChangeset for help on using the changeset viewer.