i hate myself
} else {
$output .= ' $more_link_text";
all you would have to do is change it to:
} else {
$output .= " ".$more_link_text."";
let’s try this ONE MORE time with backticks AND NOT without '
} else {
$output .= ‘ $more_link_text“;
all you would have to do is change it to:
} else {
$output .= ” “.$more_link_text.”“;`
let’s try this one more time with backticks:
} else {
$output .= ' $more_link_text";
all you would have to do is change it to:
} else {
$output .= " ".$more_link_text."";
lines 127 & 128 of wp-includes/template-functions-post.php has:
} else {
$output .= ' $more_link_text";
all you would have to do is change it to:
} else {
$output .= " ".$more_link_text."";
=)