소스 검색

Merge pull request #2893 from Automattic/fix/spearhead-more

Spearhead: fix more filter
Jeff Ong 4 년 전
부모
커밋
72caa10d21
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;
 	}
 	}