@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | * |
| 37 | 37 | * @since 1.0.0 |
| 38 | 38 | * @package GeoDirectory |
| 39 | - * @return object |
|
| 39 | + * @return string |
|
| 40 | 40 | */ |
| 41 | 41 | function geodir_get_default_location() |
| 42 | 42 | {
|
@@ -276,7 +276,7 @@ discard block |
||
| 276 | 276 | * @package GeoDirectory |
| 277 | 277 | * @param int $min The minimum number. Default: 0. |
| 278 | 278 | * @param int $max The maximum number. Default: 1. |
| 279 | - * @return float |
|
| 279 | + * @return integer |
|
| 280 | 280 | */ |
| 281 | 281 | function geodir_random_float($min = 0, $max = 1) |
| 282 | 282 | {
|
@@ -594,6 +594,9 @@ discard block |
||
| 594 | 594 | add_filter('geodir_replace_location_variables', 'geodir_replace_location_variables');
|
| 595 | 595 | |
| 596 | 596 | |
| 597 | +/** |
|
| 598 | + * @param string $sep |
|
| 599 | + */ |
|
| 597 | 600 | function geodir_location_replace_vars($location_array = array(), $sep = NULL, $gd_page = ''){
|
| 598 | 601 | |
| 599 | 602 | global $wp; |