Completed
Push — hotfix/give_currency_symbol ( 884afa )
by Ravinder
19:17
created
includes/misc-functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
  *
372 372
  * @since 1.0
373 373
  * @uses  Give()->session->get()
374
- * @return mixed array | false
374
+ * @return string array | false
375 375
  */
376 376
 function give_get_purchase_session() {
377 377
 	return Give()->session->get( 'give_purchase' );
@@ -1139,7 +1139,7 @@  discard block
 block discarded – undo
1139 1139
  * @param bool   $single
1140 1140
  * @param bool   $default
1141 1141
  *
1142
- * @return mixed
1142
+ * @return string
1143 1143
  */
1144 1144
 function give_get_meta( $id, $meta_key, $single = false, $default = false ) {
1145 1145
 	$meta_value = get_post_meta( $id, $meta_key, $single );
Please login to merge, or discard this patch.