Changeset 10582
- Timestamp:
- 02/16/2009 10:09:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10561 r10582 1158 1158 <?php endif; ?> 1159 1159 <option value="pending"><?php _e( 'Pending Review' ); ?></option> 1160 <option value="draft"><?php _e( ' Unpublished' ); ?></option>1160 <option value="draft"><?php _e( 'Draft' ); ?></option> 1161 1161 </select> 1162 1162 </label>
Note: See TracChangeset
for help on using the changeset viewer.