Make WordPress Core

Ticket #13555: 13555.patch

File 13555.patch, 391 bytes (added by hakre, 15 years ago)

MINOR: some whitespace

  • wp-includes/post-template.php

     
    135135 * @param int $id Optional. Post ID.
    136136 */
    137137function the_guid( $id = 0 ) {
    138         echo esc_url( get_the_guid($id) );
     138        echo esc_url( get_the_guid( $id ) );
    139139}
    140140
    141141/**