Changeset 33917 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 09/05/2015 08:16:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r33852 r33917 423 423 ?> 424 424 <div class="tagcloud"> 425 <h 3><?php echo $tax->labels->popular_items; ?></h3>425 <h2><?php echo $tax->labels->popular_items; ?></h2> 426 426 <?php echo $tag_cloud; unset( $tag_cloud ); ?> 427 427 </div> … … 476 476 477 477 <div class="form-wrap"> 478 <h 3><?php echo $tax->labels->add_new_item; ?></h3>478 <h2><?php echo $tax->labels->add_new_item; ?></h2> 479 479 <form id="addtag" method="post" action="edit-tags.php" class="validate" 480 480 <?php
Note: See TracChangeset
for help on using the changeset viewer.