|
@@ -2178,7 +2178,7 @@ discard block |
|
|
block discarded – undo |
|
2178
|
2178
|
* @global object $wpdb WordPress Database object.
|
|
2179
|
2179
|
* @global string $plugin_prefix Geodirectory plugin table prefix.
|
|
2180
|
2180
|
* @param int $attachment_id Attachment ID.
|
|
2181
|
|
- * @return bool|void Returns false on failure.
|
|
|
2181
|
+ * @return false|null Returns false on failure.
|
|
2182
|
2182
|
*/
|
|
2183
|
2183
|
function geodirectory_before_featured_image_delete($attachment_id)
|
|
2184
|
2184
|
{
|
|
@@ -2685,7 +2685,7 @@ discard block |
|
|
block discarded – undo |
|
2685
|
2685
|
* @since 1.6.16
|
|
2686
|
2686
|
* @package GeoDirectory
|
|
2687
|
2687
|
* @param array $classes The class array of the HTML element.
|
|
2688
|
|
- * @return array Modified class array.
|
|
|
2688
|
+ * @return string[] Modified class array.
|
|
2689
|
2689
|
*/
|
|
2690
|
2690
|
function geodir_body_class_active_map($classes = array()) {
|
|
2691
|
2691
|
$classes[] = 'gd-map-' . geodir_map_name();
|
Please login to merge, or discard this patch.