Make WordPress Core


Ignore:
Timestamp:
05/25/2013 11:35:43 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Use correct variable. props tollmanz. fixes #24419.

File:
1 edited

Legend:

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

    r24301 r24353  
    367367                    empty( $compat['link_class'] ) ? '' : sprintf( 'class="%s" ', esc_attr( $compat['link_class'] ) ),
    368368                    esc_url( $url ),
    369                     empty( $post->post_title ) ? esc_url( $meta['link_url'] ) : apply_filters( 'the_title', $post->post_title, $post->ID )
     369                    empty( $post->post_title ) ? esc_url( $url ) : apply_filters( 'the_title', $post->post_title, $post->ID )
    370370                );
    371371            }
Note: See TracChangeset for help on using the changeset viewer.