Ticket #23911: 23911.2.patch
File 23911.2.patch, 514 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/post-formats.js
11 11 $(function(){ 12 12 var $container = $( '.post-formats-fields' ); 13 13 14 $('.post-format-tip').html( $('[data-wp-format="' + postFormats.currentPostFormat + '"]').prop('title') ); 15 14 16 // Post formats selection 15 17 $('.post-format-options').on( 'click', 'a', function(e){ 16 18 e.preventDefault();