Changeset 30908 for branches/4.1/src/wp-admin/edit-tags.php
- Timestamp:
- 12/16/2014 03:51:54 PM (8 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-admin/edit-tags.php
r30649 r30908 584 584 </div><!-- /col-container --> 585 585 </div><!-- /wrap --> 586 587 <?php if ( ! wp_is_mobile() ) : ?> 586 588 <script type="text/javascript"> 587 589 try{document.forms.addtag['tag-name'].focus();}catch(e){} 588 590 </script> 589 591 <?php 592 endif; 593 590 594 $wp_list_table->inline_edit(); 591 595
Note: See TracChangeset
for help on using the changeset viewer.