Changeset 11609
- Timestamp:
- 06/19/2009 06:58:39 PM (15 years ago)
- Location:
- branches/2.8/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/edit-category-form.php
r11511 r11609 70 70 <span class="description"><?php _e('The description is not prominent by default, however some themes may show it.'); ?></span></td> 71 71 </tr> 72 <?php do_action('edit_category_form_fields', $category); ?> 72 73 </table> 73 74 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php esc_attr_e('Update Category'); ?>" /></p> -
branches/2.8/wp-admin/edit-link-category-form.php
r11204 r11609 75 75 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td> 76 76 </tr> 77 <?php do_action('edit_link_category_form_fields', $category); ?> 77 78 </table> 78 79 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo esc_attr($submit_text) ?>" /></p> -
branches/2.8/wp-admin/edit-tag-form.php
r11511 r11609 40 40 <span class="description"><?php _e('The description is not prominent by default, however some themes may show it.'); ?></span></td> 41 41 </tr> 42 <?php do_action('edit_tag_form_fields', $tag); ?> 42 43 </table> 43 44 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php esc_attr_e('Update Tag'); ?>" /></p>
Note: See TracChangeset
for help on using the changeset viewer.