Skip to content

Commit adb1fa7

Browse files
committed
syntax error fix
1 parent 68555e5 commit adb1fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiloquent-base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ public function multiloquent_get_featured_posts($total_posts){
10051005
);
10061006

10071007
}
1008-
$recent_posts = get_posts($args)
1008+
$recent_posts = get_posts($args);
10091009
return $recent_posts;
10101010
}
10111011

0 commit comments

Comments
 (0)