Make WordPress Core

Ticket #34612: 34612.2.diff

File 34612.2.diff, 1013 bytes (added by kraftbj, 10 years ago)

Minor: Remove blank line from inline docs.

  • src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

     
    534534                        u: 'InsertUnorderedList',
    535535                        o: 'InsertOrderedList',
    536536                        s: 'unlink',
     537                        a: 'WP_Link',
    537538                        m: 'WP_Medialib',
    538539                        z: 'WP_Adv',
    539540                        t: 'WP_More',
  • src/wp-includes/media.php

     
    10891089         * @param string $image_src     The 'src' of the image.
    10901090         * @param array  $image_meta    The image meta data as returned by 'wp_get_attachment_metadata()'.
    10911091         * @param int    $attachment_id Image attachment ID.
    1092 
    10931092         */
    10941093        $sources = apply_filters( 'wp_calculate_image_srcset', $sources, $size_array, $image_src, $image_meta, $attachment_id );
    10951094