Changeset 1352 for trunk/wp-admin/categories.php
- Timestamp:
- 05/23/2004 05:24:38 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r1306 r1352 102 102 <p><?php _e('Category parent:') ?><br /> 103 103 <select name='cat' class='postform'> 104 <option value='0'<?php if (!$category->category_parent) echo " selected='selected'"; ?>> None</option>104 <option value='0'<?php if (!$category->category_parent) echo " selected='selected'"; ?>><?php _e('None') ?></option> 105 105 <?php wp_dropdown_cats($category->cat_ID, $category->category_parent); ?></p> 106 106 </select>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)