Ticket #8016: categories.note.patch
| File categories.note.patch, 1.4 KB (added by Simek, 5 years ago) |
|---|
-
categories.php
230 230 <br class="clear" /> 231 231 </div> 232 232 233 <br class="clear" />234 233 </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> 235 238 </div> 239 240 </div> 236 241 </div><!-- /col-right --> 237 242 238 243 <div id="col-left"> … … 278 283 279 284 <?php } ?> 280 285 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>284 286 </div> 285 286 </div>287 287 </div><!-- /col-left --> 288 288 289 289 </div><!-- /col-container -->