@@ -314,7 +314,7 @@ |
||
| 314 | 314 | * Example: <?php $gmb = Give(); ?> |
| 315 | 315 | * |
| 316 | 316 | * @since 2.0 |
| 317 | - * @return object - The one true Give Instance |
|
| 317 | + * @return Google_Maps_Builder - The one true Give Instance |
|
| 318 | 318 | */ |
| 319 | 319 | function Google_Maps_Builder() { |
| 320 | 320 | return Google_Maps_Builder::instance(); |
@@ -143,7 +143,6 @@ |
||
| 143 | 143 | * Display the contents of the iframe used when the GPR Shortcode Generator is clicked |
| 144 | 144 | * TinyMCE button is clicked. |
| 145 | 145 | * |
| 146 | - * @param int $ver |
|
| 147 | 146 | * |
| 148 | 147 | * @return int |
| 149 | 148 | */ |
@@ -128,7 +128,7 @@ |
||
| 128 | 128 | * |
| 129 | 129 | * @description: Determine if Google Maps API script has already been loaded |
| 130 | 130 | * @since : 1.0.3 |
| 131 | - * @return bool $multiple_google_maps_api |
|
| 131 | + * @return false|null $multiple_google_maps_api |
|
| 132 | 132 | */ |
| 133 | 133 | function check_for_multiple_google_maps_api_calls() { |
| 134 | 134 | |