Make WordPress Core

Ticket #35564: 35564.patch

File 35564.patch, 1.0 KB (added by afercia, 9 years ago)
  • src/wp-admin/js/inline-edit-post.js

     
    122122        },
    123123
    124124        edit : function(id) {
    125                 var t = this, fields, editRow, rowData, status, pageOpt, pageLevel, nextPage, pageLoop = true, nextLevel, cur_format, f, val, pw;
     125                var t = this, fields, editRow, rowData, status, pageOpt, pageLevel, nextPage, pageLoop = true, nextLevel, f, val, pw;
    126126                t.revert();
    127127
    128128                if ( typeof(id) === 'object' ) {
     
    150150                        $('label.inline-edit-author', editRow).hide();
    151151                }
    152152
    153                 // hide unsupported formats, but leave the current format alone
    154                 cur_format = $('.post_format', rowData).text();
    155                 $('option.unsupported', editRow).each(function() {
    156                         var $this = $(this);
    157                         if ( $this.val() !== cur_format ) {
    158                                 $this.remove();
    159                         }
    160                 });
    161 
    162153                for ( f = 0; f < fields.length; f++ ) {
    163154                        val = $('.'+fields[f], rowData);
    164155                        // Deal with Twemoji