Skip to content

Commit

Permalink
no need to return $data
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Aug 26, 2014
1 parent a91464d commit 5cb379b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/CMB2_Ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public function hijack_oembed_cache_get( $check, $object_id, $meta_key ) {
? cmb2_options( $this->object_id )->get( $this->embed_args['cache_key'] )
: get_metadata( $this->object_type, $this->object_id, $meta_key, true );

return $data;
}


Expand Down

0 comments on commit 5cb379b

Please sign in to comment.