Changeset 8656 for trunk/wp-admin/edit-category-form.php
- Timestamp:
- 08/16/2008 07:27:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-category-form.php
r8112 r8656 1 1 <?php 2 /** 3 * Edit category form for inclusion in administration panels. 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 8 2 9 if ( ! empty($cat_ID) ) { 10 /** 11 * @var string 12 */ 3 13 $heading = __('Edit Category'); 4 14 $submit_text = __('Edit Category');
Note: See TracChangeset
for help on using the changeset viewer.