Make WordPress Core

Ticket #52121: 52121.patch

File 52121.patch, 799 bytes (added by sabernhardt, 5 years ago)
  • src/wp-content/themes/twentyten/loop-attachment.php

     
    2424                                <?php
    2525                                if ( ! empty( $post->post_parent ) ) :
    2626                                        /* translators: %s: Post title. */
    27                                         $post_tile = sprintf( __( 'Go to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) );
     27                                        $post_title = sprintf( __( 'Go to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) );
    2828                                        ?>
    2929                                        <p class="page-title"><a href="<?php echo esc_url( get_permalink( $post->post_parent ) ); ?>" title="<?php echo esc_attr( $post_title ); ?>" rel="gallery">
    3030                                                <?php