Make WordPress Core

Ticket #23911: 23911.patch

File 23911.patch, 447 bytes (added by c3mdigital, 12 years ago)
  • wp-admin/js/post-formats.js

     
    1010
    1111        $(function(){
    1212                var $container = $( '.post-formats-fields' );
     13                $('.post-format-tip').html(postFormats.currentPostFormat + ' Post');
    1314
    1415                // Post formats selection
    1516                $('.post-format-options').on( 'click', 'a', function(e){