|
@@ -2301,7 +2301,7 @@ discard block |
|
|
block discarded – undo |
|
2301
|
2301
|
* @global string $table_prefix WordPress Database Table prefix.
|
|
2302
|
2302
|
*
|
|
2303
|
2303
|
* @param array $query_args The query array.
|
|
2304
|
|
- * @param int|bool $count_only If true returns listings count only, otherwise returns array
|
|
|
2304
|
+ * @param boolean $count_only If true returns listings count only, otherwise returns array
|
|
2305
|
2305
|
*
|
|
2306
|
2306
|
* @return mixed Result object.
|
|
2307
|
2307
|
*/
|
|
@@ -3958,7 +3958,7 @@ discard block |
|
|
block discarded – undo |
|
3958
|
3958
|
* @since 1.0.0
|
|
3959
|
3959
|
* @since 1.6.1 Fixed add listing page load time.
|
|
3960
|
3960
|
* @package GeoDirectory
|
|
3961
|
|
- * @return bool
|
|
|
3961
|
+ * @return null|boolean
|
|
3962
|
3962
|
*/
|
|
3963
|
3963
|
function geodir_term_review_count_force_update( $new_status, $old_status = '', $post = '' ) {
|
|
3964
|
3964
|
if ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_import_export' ) {
|
Please login to merge, or discard this patch.