Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23198, comment 26


Ignore:
Timestamp:
01/22/2013 01:02:43 AM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23198, comment 26

    initial v1  
    1717
    1818      edBody.className = edBody.className.replace(/\bpost-format-[^ ]+/, '');
    19       edBody.className += format;
     19      ed.dom.addClass(edBody, format);
    2020    }
    2121  });