@@ -487,7 +487,7 @@ |
||
| 487 | 487 | * |
| 488 | 488 | * @param string $main_file Plugin Main File. |
| 489 | 489 | * |
| 490 | - * @return bool|mixed|string |
|
| 490 | + * @return string |
|
| 491 | 491 | */ |
| 492 | 492 | public function get_plugin_folder_name( $main_file ) { |
| 493 | 493 | // Remove plugin file and get the Add-on's folder name only. |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @see http://wordpress.stackexchange.com/questions/58834/echo-all-meta-keys-of-a-custom-post-type |
| 11 | 11 | * |
| 12 | - * @return string |
|
| 12 | + * @return false|null |
|
| 13 | 13 | */ |
| 14 | 14 | function give_export_donations_get_custom_fields() { |
| 15 | 15 | |