Make WordPress Core

Changeset 21767


Ignore:
Timestamp:
09/05/2012 07:54:08 PM (13 years ago)
Author:
ryan
Message:

Restore in get_the_excerpt(). Props c3mdigital. fixes #21797

File:
1 edited

Legend:

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

    r21735 r21767  
    261261    if ( !empty( $deprecated ) )
    262262        _deprecated_argument( __FUNCTION__, '2.3' );
     263
     264    $post = get_post();
    263265
    264266    if ( post_password_required() ) {
Note: See TracChangeset for help on using the changeset viewer.