Ticket #9674: inline-edit-tags.diff
File inline-edit-tags.diff, 1.0 KB (added by , 15 years ago) |
---|
-
wp-admin/includes/template.php
1010 1010 </ul> 1011 1011 </div></fieldset> 1012 1012 1013 <?php endif; // !hierarchical&& !$bulk ?>1013 <?php endif; // is_object_in_taxonomy($screen->post_type, 'category') && !$bulk ?> 1014 1014 1015 1015 <fieldset class="inline-edit-col-right"><div class="inline-edit-col"> 1016 1016 … … 1052 1052 </select> 1053 1053 </label> 1054 1054 1055 <?php e lseif ( !$bulk ) : // $is_page?>1055 <?php endif; // $post_type_object->hierarchical ?> 1056 1056 1057 <?php if ( is_object_in_taxonomy($screen->post_type, 'category') && !$bulk ) : ?> 1058 1057 1059 <label class="inline-edit-tags"> 1058 1060 <span class="title"><?php _e( 'Tags' ); ?></span> 1059 1061 <textarea cols="22" rows="1" name="tags_input" class="tags_input"></textarea> 1060 1062 </label> 1061 1063 1062 <?php endif; // $is_page?>1064 <?php endif; // is_object_in_taxonomy($screen->post_type, 'category') && !$bulk ?> 1063 1065 1064 1066 <?php if ( $bulk ) : ?> 1065 1067