Skip to content

Commit c1a3882

Browse files
committed
fix function name
1 parent 2ac2b67 commit c1a3882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/model/class-blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function get_icon() {
230230
*
231231
* @return array|null The User-Header-Image.
232232
*/
233-
public function get_header_image() {
233+
public function get_image() {
234234
if ( \has_header_image() ) {
235235
return array(
236236
'type' => 'Image',

0 commit comments

Comments
 (0)