Changeset 14571 for trunk/wp-admin/export.php
- Timestamp:
- 05/11/2010 07:52:50 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r14509 r14571 113 113 <option value="all" selected="selected"><?php _e('All Content'); ?></option> 114 114 <?php foreach ( get_post_types( array( 'public' => true, 'can_export' => true ), 'objects' ) as $post_type_obj ) { ?> 115 <option value="<?php echo $post_type_obj->name; ?>"><?php echo $post_type_obj->label ; ?></option>115 <option value="<?php echo $post_type_obj->name; ?>"><?php echo $post_type_obj->labels->name; ?></option> 116 116 <?php } ?> 117 117 </select>
Note: See TracChangeset
for help on using the changeset viewer.