Ticket #23911: 23911.patch
File 23911.patch, 447 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/post-formats.js
10 10 11 11 $(function(){ 12 12 var $container = $( '.post-formats-fields' ); 13 $('.post-format-tip').html(postFormats.currentPostFormat + ' Post'); 13 14 14 15 // Post formats selection 15 16 $('.post-format-options').on( 'click', 'a', function(e){