Ticket #23979: post-formats-tip.2.diff
File post-formats-tip.2.diff, 482 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( $('.post-format-options a.active').prop('title') ); 15 14 16 // Post formats selection 15 17 $('.post-format-options').on( 'click', 'a', function(e){ 16 18 e.preventDefault();