@@ -112,10 +112,11 @@ discard block |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'category_ajax') { |
115 | - if (isset($_REQUEST['main_catid']) && isset($_REQUEST['cat_tax']) && isset($_REQUEST['exclude'])) |
|
116 | - geodir_addpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['main_catid'], '', '', '', $_REQUEST['exclude']); |
|
117 | - else if (isset($_REQUEST['catpid']) && isset($_REQUEST['cat_tax'])) |
|
118 | - geodir_editpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['catpid']); |
|
115 | + if (isset($_REQUEST['main_catid']) && isset($_REQUEST['cat_tax']) && isset($_REQUEST['exclude'])) { |
|
116 | + geodir_addpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['main_catid'], '', '', '', $_REQUEST['exclude']); |
|
117 | + } else if (isset($_REQUEST['catpid']) && isset($_REQUEST['cat_tax'])) { |
|
118 | + geodir_editpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['catpid']); |
|
119 | + } |
|
119 | 120 | } |
120 | 121 | |
121 | 122 | if ((isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'admin_ajax') || isset($_REQUEST['create_field']) || isset($_REQUEST['sort_create_field'])) { |
@@ -137,12 +138,13 @@ discard block |
||
137 | 138 | if (current_user_can('manage_options')) { |
138 | 139 | switch ($_REQUEST['geodir_autofill']): |
139 | 140 | case "geodir_dummy_delete" : |
140 | - if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
|
141 | - return; |
|
141 | + if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) { |
|
142 | + return; |
|
143 | + } |
|
142 | 144 | |
143 | 145 | $datatype = isset($_REQUEST['datatype']) ? sanitize_key($_REQUEST['datatype']) : ''; |
144 | - if (isset($_REQUEST['posttype'])) |
|
145 | - /** |
|
146 | + if (isset($_REQUEST['posttype'])) { |
|
147 | + /** |
|
146 | 148 | * Used to delete the dummy post data per post type. |
147 | 149 | * |
148 | 150 | * Uses dynamic hook, geodir_delete_dummy_posts_$_REQUEST['posttype']. |
@@ -151,11 +153,13 @@ discard block |
||
151 | 153 | * @param string $posttype The post type to insert. |
152 | 154 | * @param string $datatype The type of dummy data to insert. |
153 | 155 | */ |
154 | - do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype); |
|
156 | + do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype); |
|
157 | + } |
|
155 | 158 | break; |
156 | 159 | case "geodir_dummy_insert" : |
157 | - if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
|
158 | - return; |
|
160 | + if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) { |
|
161 | + return; |
|
162 | + } |
|
159 | 163 | |
160 | 164 | global $city_bound_lat1, $city_bound_lng1, $city_bound_lat2, $city_bound_lng2; |
161 | 165 | $city_bound_lat1 = $_REQUEST['city_bound_lat1']; |
@@ -254,8 +258,9 @@ discard block |
||
254 | 258 | } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') { |
255 | 259 | $redirect_to = get_permalink(geodir_add_listing_page_id()); |
256 | 260 | $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false); |
257 | - } else |
|
258 | - $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
261 | + } else { |
|
262 | + $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
263 | + } |
|
259 | 264 | |
260 | 265 | wp_redirect($redirect_to); |
261 | 266 | } else { |
@@ -268,9 +273,9 @@ discard block |
||
268 | 273 | |
269 | 274 | $gd_session->un_set('listing'); |
270 | 275 | |
271 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && get_permalink($_REQUEST['pid'])) |
|
272 | - wp_redirect(get_permalink($_REQUEST['pid'])); |
|
273 | - else { |
|
276 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && get_permalink($_REQUEST['pid'])) { |
|
277 | + wp_redirect(get_permalink($_REQUEST['pid'])); |
|
278 | + } else { |
|
274 | 279 | geodir_remove_temp_images(); |
275 | 280 | wp_redirect(geodir_getlink(get_permalink(geodir_add_listing_page_id()), array('listing_type' => $_REQUEST['listing_type']))); |
276 | 281 | } |
@@ -298,8 +303,9 @@ discard block |
||
298 | 303 | } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') { |
299 | 304 | $redirect_to = get_permalink(geodir_add_listing_page_id()); |
300 | 305 | $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false); |
301 | - } else |
|
302 | - $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
306 | + } else { |
|
307 | + $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
308 | + } |
|
303 | 309 | |
304 | 310 | $gd_session->un_set('listing'); |
305 | 311 | wp_redirect($redirect_to); |
@@ -320,8 +326,9 @@ discard block |
||
320 | 326 | $lastid = wp_delete_post($_REQUEST['pid']); |
321 | 327 | } |
322 | 328 | |
323 | - if ($lastid && !is_wp_error($lastid)) |
|
324 | - wp_redirect($_SERVER['HTTP_REFERER']); |
|
329 | + if ($lastid && !is_wp_error($lastid)) { |
|
330 | + wp_redirect($_SERVER['HTTP_REFERER']); |
|
331 | + } |
|
325 | 332 | |
326 | 333 | //wp_redirect( geodir_getlink(get_author_posts_url($current_user->ID),array('geodir_dashbord'=>'true','stype'=>$post_type ),false) ); |
327 | 334 | } |
@@ -86,8 +86,9 @@ discard block |
||
86 | 86 | add_filter('query_vars', 'geodir_add_location_var'); |
87 | 87 | add_filter('query_vars', 'geodir_add_geodir_page_var'); |
88 | 88 | add_action('wp', 'geodir_add_page_id_in_query_var'); // problem fix in wordpress 3.8 |
89 | -if (get_option('permalink_structure') != '') |
|
90 | - add_filter('parse_request', 'geodir_set_location_var_in_session_in_core'); |
|
89 | +if (get_option('permalink_structure') != '') { |
|
90 | + add_filter('parse_request', 'geodir_set_location_var_in_session_in_core'); |
|
91 | +} |
|
91 | 92 | |
92 | 93 | add_filter('parse_query', 'geodir_modified_query'); |
93 | 94 | |
@@ -420,8 +421,9 @@ discard block |
||
420 | 421 | */ |
421 | 422 | do_action('geodir_after_social_sharing_buttons'); |
422 | 423 | $content_html = ob_get_clean(); |
423 | - if (trim($content_html) != '') |
|
424 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>'; |
|
424 | + if (trim($content_html) != '') { |
|
425 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>'; |
|
426 | + } |
|
425 | 427 | if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) { |
426 | 428 | /** |
427 | 429 | * Filter the geodir_social_sharing_buttons() function content. |
@@ -477,8 +479,9 @@ discard block |
||
477 | 479 | */ |
478 | 480 | do_action('geodir_after_edit_post_link'); |
479 | 481 | $content_html = ob_get_clean(); |
480 | - if (trim($content_html) != '') |
|
481 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>'; |
|
482 | + if (trim($content_html) != '') { |
|
483 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>'; |
|
484 | + } |
|
482 | 485 | if ((int)get_option('geodir_disable_user_links_section') != 1) { |
483 | 486 | /** |
484 | 487 | * Filter the geodir_edit_post_link() function content. |
@@ -1052,8 +1055,9 @@ discard block |
||
1052 | 1055 | */ |
1053 | 1056 | do_action('geodir_after_google_analytics'); |
1054 | 1057 | $content_html = ob_get_clean(); |
1055 | - if (trim($content_html) != '') |
|
1056 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>'; |
|
1058 | + if (trim($content_html) != '') { |
|
1059 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>'; |
|
1060 | + } |
|
1057 | 1061 | if ((int)get_option('geodir_disable_google_analytics_section') != 1) { |
1058 | 1062 | /** |
1059 | 1063 | * Filter the geodir_edit_post_link() function content. |
@@ -1190,8 +1194,9 @@ discard block |
||
1190 | 1194 | do_action('geodir_after_detail_page_more_info'); |
1191 | 1195 | |
1192 | 1196 | $content_html = ob_get_clean(); |
1193 | - if (trim($content_html) != '') |
|
1194 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>'; |
|
1197 | + if (trim($content_html) != '') { |
|
1198 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>'; |
|
1199 | + } |
|
1195 | 1200 | if ((int)get_option('geodir_disable_listing_info_section') != 1) { |
1196 | 1201 | /** |
1197 | 1202 | * Filter the output html for function geodir_detail_page_more_info(). |
@@ -1311,8 +1316,9 @@ discard block |
||
1311 | 1316 | $arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg); |
1312 | 1317 | |
1313 | 1318 | foreach ($arr_alert_msg as $key => $value) { |
1314 | - if (!is_scalar($value)) |
|
1315 | - continue; |
|
1319 | + if (!is_scalar($value)) { |
|
1320 | + continue; |
|
1321 | + } |
|
1316 | 1322 | $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8'); |
1317 | 1323 | } |
1318 | 1324 | |
@@ -1368,17 +1374,19 @@ discard block |
||
1368 | 1374 | global $geodir_sidebars; |
1369 | 1375 | global $sidebars_widgets; |
1370 | 1376 | |
1371 | - if (!is_array($sidebars_widgets)) |
|
1372 | - $sidebars_widgets = wp_get_sidebars_widgets(); |
|
1377 | + if (!is_array($sidebars_widgets)) { |
|
1378 | + $sidebars_widgets = wp_get_sidebars_widgets(); |
|
1379 | + } |
|
1373 | 1380 | $geodir_old_sidebars = array(); |
1374 | 1381 | |
1375 | 1382 | if (is_array($geodir_sidebars)) { |
1376 | 1383 | foreach ($geodir_sidebars as $val) { |
1377 | 1384 | if (is_array($sidebars_widgets)) { |
1378 | - if (array_key_exists($val, $sidebars_widgets)) |
|
1379 | - $geodir_old_sidebars[$val] = $sidebars_widgets[$val]; |
|
1380 | - else |
|
1381 | - $geodir_old_sidebars[$val] = array(); |
|
1385 | + if (array_key_exists($val, $sidebars_widgets)) { |
|
1386 | + $geodir_old_sidebars[$val] = $sidebars_widgets[$val]; |
|
1387 | + } else { |
|
1388 | + $geodir_old_sidebars[$val] = array(); |
|
1389 | + } |
|
1382 | 1390 | } |
1383 | 1391 | } |
1384 | 1392 | } |
@@ -1399,16 +1407,19 @@ discard block |
||
1399 | 1407 | { |
1400 | 1408 | global $sidebars_widgets; |
1401 | 1409 | |
1402 | - if (!is_array($sidebars_widgets)) |
|
1403 | - $sidebars_widgets = wp_get_sidebars_widgets(); |
|
1410 | + if (!is_array($sidebars_widgets)) { |
|
1411 | + $sidebars_widgets = wp_get_sidebars_widgets(); |
|
1412 | + } |
|
1404 | 1413 | |
1405 | 1414 | if (is_array($sidebars_widgets)) { |
1406 | 1415 | $geodir_old_sidebars = get_option('geodir_sidebars'); |
1407 | 1416 | if (is_array($geodir_old_sidebars)) { |
1408 | 1417 | foreach ($geodir_old_sidebars as $key => $val) { |
1409 | - if(0 === strpos($key, 'geodir_'))// if gd widget |
|
1418 | + if(0 === strpos($key, 'geodir_')) { |
|
1419 | + // if gd widget |
|
1410 | 1420 | { |
1411 | - $sidebars_widgets[$key] = $geodir_old_sidebars[$key]; |
|
1421 | + $sidebars_widgets[$key] = $geodir_old_sidebars[$key]; |
|
1422 | + } |
|
1412 | 1423 | } |
1413 | 1424 | |
1414 | 1425 | |
@@ -1544,20 +1555,25 @@ discard block |
||
1544 | 1555 | } |
1545 | 1556 | } |
1546 | 1557 | |
1547 | - if ($tab == 'post_info') |
|
1548 | - $is_display = (!empty($geodir_post_detail_fields)) ? true : false; |
|
1558 | + if ($tab == 'post_info') { |
|
1559 | + $is_display = (!empty($geodir_post_detail_fields)) ? true : false; |
|
1560 | + } |
|
1549 | 1561 | |
1550 | - if ($tab == 'post_images') |
|
1551 | - $is_display = (!empty($post_images)) ? true : false; |
|
1562 | + if ($tab == 'post_images') { |
|
1563 | + $is_display = (!empty($post_images)) ? true : false; |
|
1564 | + } |
|
1552 | 1565 | |
1553 | - if ($tab == 'post_video') |
|
1554 | - $is_display = (!empty($video)) ? true : false; |
|
1566 | + if ($tab == 'post_video') { |
|
1567 | + $is_display = (!empty($video)) ? true : false; |
|
1568 | + } |
|
1555 | 1569 | |
1556 | - if ($tab == 'special_offers') |
|
1557 | - $is_display = (!empty($special_offers)) ? true : false; |
|
1570 | + if ($tab == 'special_offers') { |
|
1571 | + $is_display = (!empty($special_offers)) ? true : false; |
|
1572 | + } |
|
1558 | 1573 | |
1559 | - if ($tab == 'reviews') |
|
1560 | - $is_display = (geodir_is_page('detail')) ? true : false; |
|
1574 | + if ($tab == 'reviews') { |
|
1575 | + $is_display = (geodir_is_page('detail')) ? true : false; |
|
1576 | + } |
|
1561 | 1577 | |
1562 | 1578 | if ($tab == 'related_listing') { |
1563 | 1579 | $message = __('No listings found which match your selection.', 'geodirectory'); |
@@ -1791,11 +1807,13 @@ discard block |
||
1791 | 1807 | $region_slug = $default_location->region_slug; |
1792 | 1808 | $city_slug = $default_location->city_slug; |
1793 | 1809 | |
1794 | - if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug) |
|
1795 | - return $slug_exists = true; |
|
1810 | + if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug) { |
|
1811 | + return $slug_exists = true; |
|
1812 | + } |
|
1796 | 1813 | |
1797 | - if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id)))) |
|
1798 | - return $slug_exists = true; |
|
1814 | + if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id)))) { |
|
1815 | + return $slug_exists = true; |
|
1816 | + } |
|
1799 | 1817 | |
1800 | 1818 | return $slug_exists; |
1801 | 1819 | } |
@@ -1837,40 +1855,31 @@ discard block |
||
1837 | 1855 | if(geodir_is_page('home')){ |
1838 | 1856 | $gd_page = 'home'; |
1839 | 1857 | $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title; |
1840 | - } |
|
1841 | - elseif(geodir_is_page('detail')){ |
|
1858 | + } elseif(geodir_is_page('detail')){ |
|
1842 | 1859 | $gd_page = 'detail'; |
1843 | 1860 | $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title; |
1844 | - } |
|
1845 | - elseif(geodir_is_page('pt')){ |
|
1861 | + } elseif(geodir_is_page('pt')){ |
|
1846 | 1862 | $gd_page = 'pt'; |
1847 | 1863 | $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title; |
1848 | - } |
|
1849 | - elseif(geodir_is_page('listing')){ |
|
1864 | + } elseif(geodir_is_page('listing')){ |
|
1850 | 1865 | $gd_page = 'listing'; |
1851 | 1866 | $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title; |
1852 | - } |
|
1853 | - elseif(geodir_is_page('location')){ |
|
1867 | + } elseif(geodir_is_page('location')){ |
|
1854 | 1868 | $gd_page = 'location'; |
1855 | 1869 | $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title; |
1856 | - } |
|
1857 | - elseif(geodir_is_page('search')){ |
|
1870 | + } elseif(geodir_is_page('search')){ |
|
1858 | 1871 | $gd_page = 'search'; |
1859 | 1872 | $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title; |
1860 | - } |
|
1861 | - elseif(geodir_is_page('add-listing')){ |
|
1873 | + } elseif(geodir_is_page('add-listing')){ |
|
1862 | 1874 | $gd_page = 'add-listing'; |
1863 | 1875 | $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title; |
1864 | - } |
|
1865 | - elseif(geodir_is_page('author')){ |
|
1876 | + } elseif(geodir_is_page('author')){ |
|
1866 | 1877 | $gd_page = 'author'; |
1867 | 1878 | $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title; |
1868 | - } |
|
1869 | - elseif(geodir_is_page('login')){ |
|
1879 | + } elseif(geodir_is_page('login')){ |
|
1870 | 1880 | $gd_page = 'login'; |
1871 | 1881 | $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title; |
1872 | - } |
|
1873 | - elseif(geodir_is_page('listing-success')){ |
|
1882 | + } elseif(geodir_is_page('listing-success')){ |
|
1874 | 1883 | $gd_page = 'listing-success'; |
1875 | 1884 | $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title; |
1876 | 1885 | } |
@@ -1948,11 +1957,13 @@ discard block |
||
1948 | 1957 | |
1949 | 1958 | if (!get_option('geodir_remove_url_seperator')) { |
1950 | 1959 | |
1951 | - if (get_option('geodir_listingurl_separator')) |
|
1952 | - delete_option('geodir_listingurl_separator'); |
|
1960 | + if (get_option('geodir_listingurl_separator')) { |
|
1961 | + delete_option('geodir_listingurl_separator'); |
|
1962 | + } |
|
1953 | 1963 | |
1954 | - if (get_option('geodir_detailurl_separator')) |
|
1955 | - delete_option('geodir_detailurl_separator'); |
|
1964 | + if (get_option('geodir_detailurl_separator')) { |
|
1965 | + delete_option('geodir_detailurl_separator'); |
|
1966 | + } |
|
1956 | 1967 | |
1957 | 1968 | flush_rewrite_rules(false); |
1958 | 1969 | |
@@ -1976,8 +1987,9 @@ discard block |
||
1976 | 1987 | { |
1977 | 1988 | foreach ($permalink_arr as $key => $value) { |
1978 | 1989 | |
1979 | - if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator') |
|
1980 | - unset($permalink_arr[$key]); |
|
1990 | + if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator') { |
|
1991 | + unset($permalink_arr[$key]); |
|
1992 | + } |
|
1981 | 1993 | |
1982 | 1994 | } |
1983 | 1995 | |
@@ -2112,16 +2124,18 @@ discard block |
||
2112 | 2124 | |
2113 | 2125 | $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type))); |
2114 | 2126 | |
2115 | - if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '') |
|
2116 | - $tabs_arr['post_video']['heading_text'] = $field_title; |
|
2127 | + if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '') { |
|
2128 | + $tabs_arr['post_video']['heading_text'] = $field_title; |
|
2129 | + } |
|
2117 | 2130 | } |
2118 | 2131 | |
2119 | 2132 | if (array_key_exists('special_offers', $tabs_arr)) { |
2120 | 2133 | |
2121 | 2134 | $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type))); |
2122 | 2135 | |
2123 | - if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '') |
|
2124 | - $tabs_arr['special_offers']['heading_text'] = $field_title; |
|
2136 | + if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '') { |
|
2137 | + $tabs_arr['special_offers']['heading_text'] = $field_title; |
|
2138 | + } |
|
2125 | 2139 | } |
2126 | 2140 | |
2127 | 2141 | } |
@@ -2176,8 +2190,9 @@ discard block |
||
2176 | 2190 | |
2177 | 2191 | $all_postypes = geodir_get_posttypes(); |
2178 | 2192 | |
2179 | - if (!in_array($post_type, $all_postypes) || !is_admin()) |
|
2180 | - return false; |
|
2193 | + if (!in_array($post_type, $all_postypes) || !is_admin()) { |
|
2194 | + return false; |
|
2195 | + } |
|
2181 | 2196 | |
2182 | 2197 | $uploads = wp_upload_dir(); |
2183 | 2198 | |
@@ -2251,8 +2266,9 @@ discard block |
||
2251 | 2266 | $file_info = pathinfo($attach->file); |
2252 | 2267 | |
2253 | 2268 | $sub_dir = ''; |
2254 | - if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..') |
|
2255 | - $sub_dir = stripslashes_deep($file_info['dirname']); |
|
2269 | + if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..') { |
|
2270 | + $sub_dir = stripslashes_deep($file_info['dirname']); |
|
2271 | + } |
|
2256 | 2272 | |
2257 | 2273 | $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs |
2258 | 2274 | $uploads_path = $uploads['basedir']; |
@@ -2273,8 +2289,9 @@ discard block |
||
2273 | 2289 | |
2274 | 2290 | if (!empty($attachment_data)) { |
2275 | 2291 | |
2276 | - if ($attachment_data->ID) |
|
2277 | - $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID); |
|
2292 | + if ($attachment_data->ID) { |
|
2293 | + $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID); |
|
2294 | + } |
|
2278 | 2295 | |
2279 | 2296 | } else { |
2280 | 2297 | |
@@ -2470,7 +2487,7 @@ discard block |
||
2470 | 2487 | $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
2471 | 2488 | $variables_array['value'] = ''; |
2472 | 2489 | $variables_array['value'] = $post->{$type['htmlvar_name']}; |
2473 | - }else{ |
|
2490 | + } else{ |
|
2474 | 2491 | $i = 0; |
2475 | 2492 | $fieldset_count++; |
2476 | 2493 | $field_set_start = 1; |