mirror of
https://github.com/10h30/trestle.git
synced 2026-07-13 11:46:20 +09:00
Moved respond.js from recommended to required plugins. Added title="" to read more links.
This commit is contained in:
@@ -310,7 +310,7 @@ function trestle_read_more_link( $default_text ) {
|
||||
$custom_text = esc_attr( genesis_get_option( 'trestle_read_more_text' ) );
|
||||
|
||||
if ( $custom_text )
|
||||
return '… <a class="more-link" href="' . get_permalink() . '">' . $custom_text . '</a>';
|
||||
return '… <a class="more-link" title="' . $custom_text . '" href="' . get_permalink() . '">' . $custom_text . '</a>';
|
||||
else
|
||||
return $default_text;
|
||||
}
|
||||
Reference in New Issue
Block a user