WordPress.org

Make WordPress Core

Ticket #8016: categories.note.patch

File categories.note.patch, 1.4 KB (added by Simek, 5 years ago)
  • categories.php

     
    230230<br class="clear" /> 
    231231</div> 
    232232 
    233 <br class="clear" /> 
    234233</form> 
     234 
     235<div class="form-wrap"> 
     236<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_catname(get_option('default_category')))) ?></p> 
     237<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> 
    235238</div> 
     239 
     240</div> 
    236241</div><!-- /col-right --> 
    237242 
    238243<div id="col-left"> 
     
    278283 
    279284<?php } ?> 
    280285 
    281 <div class="form-wrap"> 
    282 <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_catname(get_option('default_category')))) ?></p> 
    283 <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> 
    284286</div> 
    285  
    286 </div> 
    287287</div><!-- /col-left --> 
    288288 
    289289</div><!-- /col-container -->