@@ -1157,7 +1157,7 @@ discard block |
||
1157 | 1157 | * |
1158 | 1158 | * @todo Remove this, when WordPress Core ticket is resolved (https://core.trac.wordpress.org/ticket/16828). |
1159 | 1159 | * |
1160 | - * @return bool |
|
1160 | + * @return false|null |
|
1161 | 1161 | */ |
1162 | 1162 | function give_donation_metabox_menu() { |
1163 | 1163 | |
@@ -1540,7 +1540,7 @@ discard block |
||
1540 | 1540 | * @param int $id |
1541 | 1541 | * @param string $meta_key |
1542 | 1542 | * @param mixed $meta_value |
1543 | - * @param mixed $prev_value |
|
1543 | + * @param string $prev_value |
|
1544 | 1544 | * |
1545 | 1545 | * @return mixed |
1546 | 1546 | */ |
@@ -1747,7 +1747,7 @@ discard block |
||
1747 | 1747 | * @since 1.8.13 |
1748 | 1748 | * |
1749 | 1749 | * @param array $list List of objects or arrays |
1750 | - * @param int|string $field Field from the object to place instead of the entire object |
|
1750 | + * @param string $field Field from the object to place instead of the entire object |
|
1751 | 1751 | * @param int|string $index_key Optional. Field from the object to use as keys for the new array. |
1752 | 1752 | * Default null. |
1753 | 1753 | * |