Ticket #24179: 24179.2.patch
File 24179.2.patch, 438 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/post-formats.js
67 67 $('.post-format-change a').click(function() { 68 68 $('.post-formats-fields, .post-format-change').slideUp(); 69 69 $('.post-format-options').slideDown(); 70 switchFormatClass('standard'); 70 71 return false; 71 72 }); 72 73