Make WordPress Core


Ignore:
Timestamp:
03/29/2013 07:06:21 AM (12 years ago)
Author:
markjaquith
Message:

Use jQuery.on() properly. Add some slideUp()/slideDown() transitions to ease post format switches. see #19570

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post-formats.php

    r23843 r23853  
    55?>
    66<div class="post-format-description"></div>
    7 <div class="post-formats-fields edit-form-section">
     7<div class="post-formats-fields">
    88
    99    <input type="hidden" name="post_format" id="post_format" value="<?php echo esc_attr( $post_format ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.