فهرست منبع

Add $more as an argument.

Jeff Ong 4 سال پیش
والد
کامیت
e11b81d737
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      spearhead/functions.php

+ 1 - 1
spearhead/functions.php

@@ -222,7 +222,7 @@ function spearhead_more_link() {
 /**
 /**
  * Use this instead of the default WordPress ellipsis which is […].
  * Use this instead of the default WordPress ellipsis which is […].
  */
  */
-function spearhead_excerpt_more() {
+function spearhead_excerpt_more( $more ) {
 	if ( is_admin() ) {
 	if ( is_admin() ) {
 		return $more;
 		return $more;
 	}
 	}