Make WordPress Core

Ticket #24179: 24179.2.patch

File 24179.2.patch, 438 bytes (added by SergeyBiryukov, 12 years ago)

Added missing semicolon

  • wp-admin/js/post-formats.js

     
    6767                $('.post-format-change a').click(function() {
    6868                        $('.post-formats-fields, .post-format-change').slideUp();
    6969                        $('.post-format-options').slideDown();
     70                        switchFormatClass('standard');
    7071                        return false;
    7172                });
    7273