Skip to content

Commit

Permalink
Merge pull request #2222 from jaydeeprami/fix-php_doc
Browse files Browse the repository at this point in the history
Fix php-doc for give_update_meta
  • Loading branch information
Devin Walker committed Oct 18, 2017
2 parents b1cd5d7 + 679a3f3 commit 08d65c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/misc-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1539,8 +1539,8 @@ function give_get_meta( $id, $meta_key, $single = false, $default = false ) {
*
* @param int $id
* @param string $meta_key
* @param string $meta_value
* @param string $prev_value
* @param mixed $meta_value
* @param mixed $prev_value
*
* @return mixed
*/
Expand Down

0 comments on commit 08d65c5

Please sign in to comment.