Making WordPress.org

Ticket #7364: 7364.patch

File 7364.patch, 492 bytes (added by Kau-Boy, 12 months ago)
  • functions.php

     
    554554                        ?><a href="<?php the_permalink() ?>" class="showarrow arrow"><?php the_title(); ?></a><?php
    555555                }
    556556                if ( $html_code ) {
    557                         $ret = '<img src="' . $ret . '" alt="' . esc_attr( $post->post_title ) . '" />';
     557                        $ret = '<img src="' . $ret . '" alt="' . esc_attr( get_the_title() ) . '" />';
    558558                }
    559559                echo $ret;
    560560        }