Ticket #7364: 7364.patch
File 7364.patch, 492 bytes (added by , 12 months ago) |
---|
-
functions.php
554 554 ?><a href="<?php the_permalink() ?>" class="showarrow arrow"><?php the_title(); ?></a><?php 555 555 } 556 556 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() ) . '" />'; 558 558 } 559 559 echo $ret; 560 560 }