Skip to content

Commit

Permalink
minor function name case change
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Nov 21, 2014
1 parent 8751826 commit ffeeede
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function get_frontend_data($post_id)
'title' => get_the_title(),
'src' => wp_get_attachment_url(get_post_thumbnail_id(get_the_ID())),
'desc' => get_the_excerpt(),
'post_id' => get_the_id(),
'post_id' => get_the_ID(),
'extra' => array()
));
}
Expand All @@ -195,4 +195,4 @@ public function get_frontend_data($post_id)

return $collector;
}
}
}

0 comments on commit ffeeede

Please sign in to comment.