Quellcode durchsuchen

Merge pull request #362 from MicrobrewMedia/patch-1

Fixes http 500 Error
Eddie Machado vor 13 Jahren
Ursprung
Commit
f348b1371d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      library/bones.php

+ 1 - 1
library/bones.php

@@ -377,7 +377,7 @@ function bones_filter_ptags_on_images($content){
 function bones_excerpt_more($more) {
 	global $post;
 	// edit here if you like
-	return '...  <a href="'. get_permalink($post->ID) . '" title="'. __('Read', 'bonestheme') . get_the_title($post->ID).'">'. __('Read more &raquo;', 'bonestheme') .'</a>'';
+return '...  <a href="'. get_permalink($post->ID) . '" title="'. __('Read', 'bonestheme') . get_the_title($post->ID).'">'. __('Read more &raquo;', 'bonestheme') .'</a>';
 }
 
 /*