Changeset 18010 for trunk/wp-admin/options-writing.php
- Timestamp:
- 05/23/2011 11:33:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r17748 r18010 70 70 <option<?php selected( get_option('default_post_format'), $format ); ?> value="<?php echo esc_attr( $format ); ?>"><?php echo esc_html( get_post_format_string( $format ) ); ?></option> 71 71 <?php endforeach; ?> 72 </select> </label>72 </select> 73 73 </td> 74 74 </tr>
Note: See TracChangeset
for help on using the changeset viewer.