Fix merge conflict causing PHP error.

This commit is contained in:
MickeyKay
2015-03-23 12:19:09 -07:00
parent 58a3cd2f26
commit 8890f6e413
+1 -5
View File
@@ -462,11 +462,7 @@ function trestle_read_more_link( $default_text ) {
// Get Trestle custom "read more" link text
$custom_text = esc_attr( genesis_get_option( 'trestle_read_more_text' ) );
<<<<<<< HEAD
if ( $custom_text ) {
=======
if ( $custom_text )
>>>>>>> 9de3310f116bb4f7dd5323ca40b16f2fe4160dcd
if ( $custom_text ) {
return '&hellip;&nbsp;<a class="more-link" title="' . $custom_text . '" href="' . get_permalink() . '">' . $custom_text . '</a>';
} else {
return $default_text;