Make WordPress Core


Ignore:
Timestamp:
02/25/2015 11:12:08 PM (10 years ago)
Author:
azaozz
Message:

TinyMCE: wpView improvements:

  • Better structure, simpler "view" registration, better extensibility.
  • Better inline documentation.
  • Don't show a placeholder for pasted link until we know the link is "embeddable'.

And many more improvements. Props iseulde. See #31412.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r31016 r31546  
    12061206
    12071207    <script type="text/html" id="tmpl-editor-gallery">
    1208         <# if ( data.attachments ) { #>
     1208        <# if ( data.attachments.length ) { #>
    12091209            <div class="gallery gallery-columns-{{ data.columns }}">
    12101210                <# _.each( data.attachments, function( attachment, index ) { #>
Note: See TracChangeset for help on using the changeset viewer.