Make WordPress Core


Ignore:
Timestamp:
03/01/2013 04:27:03 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Remove redundant esc_url() call. props pauldewouters. fixes #23643.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/export.php

    r21946 r23553  
    372372        <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate>
    373373        <dc:creator><?php echo get_the_author_meta( 'login' ); ?></dc:creator>
    374         <guid isPermaLink="false"><?php esc_url( the_guid() ); ?></guid>
     374        <guid isPermaLink="false"><?php the_guid(); ?></guid>
    375375        <description></description>
    376376        <content:encoded><?php echo wxr_cdata( apply_filters( 'the_content_export', $post->post_content ) ); ?></content:encoded>
Note: See TracChangeset for help on using the changeset viewer.