@@ -587,7 +587,7 @@ |
||
587 | 587 | * selected date-range (if any) |
588 | 588 | * |
589 | 589 | * @since 1.0 |
590 | - * @return array |
|
590 | + * @return integer|null |
|
591 | 591 | */ |
592 | 592 | function give_get_report_dates() { |
593 | 593 | $dates = array(); |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * @since 1.5 |
51 | 51 | * @global object $wpdb Used to query the database using the WordPress |
52 | 52 | * Database API |
53 | - * @return array $data The data for the CSV file |
|
53 | + * @return boolean $data The data for the CSV file |
|
54 | 54 | */ |
55 | 55 | public function get_data() { |
56 | 56 | global $wpdb; |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * @since 1.5 |
51 | 51 | * @global object $wpdb Used to query the database using the WordPress |
52 | 52 | * Database API |
53 | - * @return array $data The data for the CSV file |
|
53 | + * @return boolean $data The data for the CSV file |
|
54 | 54 | */ |
55 | 55 | public function get_data() { |
56 | 56 | global $give_logs, $wpdb; |
@@ -49,7 +49,7 @@ |
||
49 | 49 | * @access public |
50 | 50 | * @since 1.5 |
51 | 51 | * |
52 | - * @return array $data The data for the CSV file |
|
52 | + * @return boolean $data The data for the CSV file |
|
53 | 53 | */ |
54 | 54 | public function get_data() { |
55 | 55 |
@@ -57,7 +57,7 @@ |
||
57 | 57 | * @since 1.5 |
58 | 58 | * @global object $wpdb Used to query the database using the WordPress |
59 | 59 | * Database API |
60 | - * @return array $data The data for the CSV file |
|
60 | + * @return boolean $data The data for the CSV file |
|
61 | 61 | */ |
62 | 62 | public function get_data() { |
63 | 63 | global $give_logs, $wpdb; |
@@ -49,7 +49,7 @@ |
||
49 | 49 | * @access public |
50 | 50 | * @since 1.5 |
51 | 51 | * |
52 | - * @return array $data The data for the CSV file |
|
52 | + * @return boolean $data The data for the CSV file |
|
53 | 53 | */ |
54 | 54 | public function get_data() { |
55 | 55 |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * @since 1.5 |
51 | 51 | * @global object $wpdb Used to query the database using the WordPress |
52 | 52 | * Database API |
53 | - * @return array $data The data for the CSV file |
|
53 | + * @return boolean $data The data for the CSV file |
|
54 | 54 | */ |
55 | 55 | public function get_data() { |
56 | 56 |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * @since 1.5 |
51 | 51 | * @global object $wpdb Used to query the database using the WordPress |
52 | 52 | * Database API |
53 | - * @return array $data The data for the CSV file |
|
53 | + * @return boolean $data The data for the CSV file |
|
54 | 54 | */ |
55 | 55 | public function get_data() { |
56 | 56 | global $wpdb; |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * |
45 | 45 | * @since: 1.4 |
46 | 46 | * |
47 | - * @return bool |
|
47 | + * @return boolean|null |
|
48 | 48 | */ |
49 | 49 | function give_allow_sessions_for_sysinfo() { |
50 | 50 | if ( is_admin() && ( isset( $_GET['page'] ) && isset( $_GET['tab'] ) ) && ( $_GET['tab'] == 'system_info' && $_GET['page'] == 'give-settings' ) ) { |