Explorar o código

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

Spearhead: fix more filter
Jeff Ong %!s(int64=4) %!d(string=hai) anos
pai
achega
72caa10d21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 […].
  */
-function spearhead_excerpt_more() {
+function spearhead_excerpt_more( $more ) {
 	if ( is_admin() ) {
 		return $more;
 	}