Changeset 13450 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 02/27/2010 04:04:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r13268 r13450 309 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 310 </div> 311 <?php endif; ?> 312 311 <?php elseif ( 'post_tag' == $taxonomy ) : ?> 312 <div class="form-wrap"> 313 <p><?php printf(__('Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>'), 'admin.php?import=wp-cat2tag&step=3') ;?>.</p> 314 </div> 315 <?php endif; 316 do_action('after-' . $taxonomy . '-table', $taxonomy); 317 ?> 313 318 314 319 </div>
Note: See TracChangeset
for help on using the changeset viewer.