Make WordPress Core

Changeset 12194


Ignore:
Timestamp:
11/16/2009 10:44:59 PM (15 years ago)
Author:
ryan
Message:

Remove unnecessary variable initialization. Props nbachiyski. fixes #10736

File:
1 edited

Legend:

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

    r12149 r12194  
    248248function get_the_excerpt($deprecated = '') {
    249249    global $post;
    250     $output = '';
    251250    $output = $post->post_excerpt;
    252251    if ( post_password_required($post) ) {
Note: See TracChangeset for help on using the changeset viewer.