Make WordPress Core

Ticket #37752: 37752.diff

File 37752.diff, 518 bytes (added by musus, 8 years ago)

Change description of $output for clarification.

  • src/wp-includes/embed.php

     
    476476         *
    477477         * @since 4.4.0
    478478         *
    479          * @param string  $output The default HTML.
     479         * @param string  $output The default iframe tag to display embeded content.
    480480         * @param WP_Post $post   Current post object.
    481481         * @param int     $width  Width of the response.
    482482         * @param int     $height Height of the response.