|
@@ -858,7 +858,7 @@ discard block |
|
|
block discarded – undo |
|
858
|
858
|
* |
|
859
|
859
|
* @todo Remove this, when WordPress Core ticket is resolved (https://core.trac.wordpress.org/ticket/16828). |
|
860
|
860
|
* |
|
861
|
|
- * @return bool |
|
|
861
|
+ * @return false|null |
|
862
|
862
|
*/ |
|
863
|
863
|
function give_donation_metabox_menu() { |
|
864
|
864
|
|
|
@@ -1448,7 +1448,7 @@ discard block |
|
|
block discarded – undo |
|
1448
|
1448
|
* @since 1.8.13 |
|
1449
|
1449
|
* |
|
1450
|
1450
|
* @param array $list List of objects or arrays |
|
1451
|
|
- * @param int|string $field Field from the object to place instead of the entire object |
|
|
1451
|
+ * @param string $field Field from the object to place instead of the entire object |
|
1452
|
1452
|
* @param int|string $index_key Optional. Field from the object to use as keys for the new array. |
|
1453
|
1453
|
* Default null. |
|
1454
|
1454
|
* |
Please login to merge, or discard this patch.