@@ -714,8 +714,9 @@ discard block |
||
714 | 714 | |
715 | 715 | if (isset($post->post_default_category) && $post->post_default_category == $cat_id) { |
716 | 716 | if ($term_icon_url = get_tax_meta($cat_id, 'ct_cat_icon', false, $post_type)) { |
717 | - if (isset($term_icon_url['src']) && $term_icon_url['src'] != '') |
|
718 | - $term_icon = $term_icon_url['src']; |
|
717 | + if (isset($term_icon_url['src']) && $term_icon_url['src'] != '') { |
|
718 | + $term_icon = $term_icon_url['src']; |
|
719 | + } |
|
719 | 720 | break; |
720 | 721 | } |
721 | 722 | } |
@@ -1246,8 +1247,9 @@ discard block |
||
1246 | 1247 | echo '<span class="geodir-category">' . $taxonomies[$post_taxonomy] . '</span>'; |
1247 | 1248 | } |
1248 | 1249 | |
1249 | - if (isset($taxonomies[$post_type . '_tags'])) |
|
1250 | - echo '<span class="geodir-tags">' . $taxonomies[$post_type . '_tags'] . '</span>'; |
|
1250 | + if (isset($taxonomies[$post_type . '_tags'])) { |
|
1251 | + echo '<span class="geodir-tags">' . $taxonomies[$post_type . '_tags'] . '</span>'; |
|
1252 | + } |
|
1251 | 1253 | |
1252 | 1254 | ?> |
1253 | 1255 | </p><?php |
@@ -1598,23 +1600,21 @@ discard block |
||
1598 | 1600 | if(geodir_is_page('pt')){ |
1599 | 1601 | $gd_page = 'pt'; |
1600 | 1602 | $title = (get_option('geodir_page_title_pt')) ? get_option('geodir_page_title_pt') : $title; |
1601 | - } |
|
1602 | - elseif(geodir_is_page('listing')){ |
|
1603 | + } elseif(geodir_is_page('listing')){ |
|
1603 | 1604 | $gd_page = 'listing'; |
1604 | 1605 | global $wp_query; |
1605 | 1606 | $current_term = $wp_query->get_queried_object(); |
1606 | 1607 | if (strpos($current_term->taxonomy,'_tags') !== false) { |
1607 | 1608 | $title = (get_option('geodir_page_title_tag-listing')) ? get_option('geodir_page_title_tag-listing') : $title; |
1608 | - }else{ |
|
1609 | + } else{ |
|
1609 | 1610 | $title = (get_option('geodir_page_title_cat-listing')) ? get_option('geodir_page_title_cat-listing') : $title; |
1610 | 1611 | } |
1611 | 1612 | |
1612 | - } |
|
1613 | - elseif(geodir_is_page('author')){ |
|
1613 | + } elseif(geodir_is_page('author')){ |
|
1614 | 1614 | $gd_page = 'author'; |
1615 | 1615 | if(isset($_REQUEST['list']) && $_REQUEST['list']=='favourite'){ |
1616 | 1616 | $title = (get_option('geodir_page_title_favorite')) ? get_option('geodir_page_title_favorite') : $title; |
1617 | - }else{ |
|
1617 | + } else{ |
|
1618 | 1618 | $title = (get_option('geodir_page_title_author')) ? get_option('geodir_page_title_author') : $title; |
1619 | 1619 | } |
1620 | 1620 | |
@@ -2025,8 +2025,9 @@ discard block |
||
2025 | 2025 | */ |
2026 | 2026 | function geodir_action_add_listing_page_title() |
2027 | 2027 | { |
2028 | - if (isset($_REQUEST['listing_type']) && $_REQUEST['listing_type'] != '') |
|
2029 | - $listing_type = sanitize_text_field($_REQUEST['listing_type']); |
|
2028 | + if (isset($_REQUEST['listing_type']) && $_REQUEST['listing_type'] != '') { |
|
2029 | + $listing_type = sanitize_text_field($_REQUEST['listing_type']); |
|
2030 | + } |
|
2030 | 2031 | /** This action is documented in geodirectory_template_actions.php */ |
2031 | 2032 | $class = apply_filters('geodir_page_title_class', 'entry-title fn'); |
2032 | 2033 | /** This action is documented in geodirectory_template_actions.php */ |
@@ -2038,7 +2039,7 @@ discard block |
||
2038 | 2039 | $gd_page = 'add-listing'; |
2039 | 2040 | if(isset($_REQUEST['pid']) && $_REQUEST['pid'] != ''){ |
2040 | 2041 | $title = (get_option('geodir_page_title_edit-listing')) ? get_option('geodir_page_title_edit-listing') : $title; |
2041 | - }elseif(isset($listing_type)){ |
|
2042 | + } elseif(isset($listing_type)){ |
|
2042 | 2043 | $title = (get_option('geodir_page_title_add-listing')) ? get_option('geodir_page_title_add-listing') : $title; |
2043 | 2044 | } |
2044 | 2045 | |
@@ -2321,8 +2322,9 @@ discard block |
||
2321 | 2322 | $totImg = 0; |
2322 | 2323 | if (isset($_REQUEST['backandedit']) && empty($_REQUEST['pid'])) { |
2323 | 2324 | $post = (object)$gd_session->get('listing'); |
2324 | - if (isset($post->post_images)) |
|
2325 | - $curImages = trim($post->post_images, ","); |
|
2325 | + if (isset($post->post_images)) { |
|
2326 | + $curImages = trim($post->post_images, ","); |
|
2327 | + } |
|
2326 | 2328 | |
2327 | 2329 | |
2328 | 2330 | if ($curImages != '') { |
@@ -2350,10 +2352,13 @@ discard block |
||
2350 | 2352 | $totImg = count((array)$thumb_img_arr); |
2351 | 2353 | } |
2352 | 2354 | |
2353 | - if ($curImages != '') |
|
2354 | - $svalue = $curImages; // this will be initial value of the above form field. Image urls. |
|
2355 | - else |
|
2356 | - $svalue = ''; |
|
2355 | + if ($curImages != '') { |
|
2356 | + $svalue = $curImages; |
|
2357 | + } |
|
2358 | + // this will be initial value of the above form field. Image urls. |
|
2359 | + else { |
|
2360 | + $svalue = ''; |
|
2361 | + } |
|
2357 | 2362 | |
2358 | 2363 | $image_limit = $package_info->image_limit; |
2359 | 2364 | $show_image_input_box = ($image_limit != '0'); |
@@ -2563,8 +2568,9 @@ discard block |
||
2563 | 2568 | </script><?php |
2564 | 2569 | |
2565 | 2570 | global $errors; |
2566 | - if (isset($_REQUEST['msg']) && $_REQUEST['msg'] == 'claim') |
|
2567 | - $errors->add('claim_login', LOGIN_CLAIM); |
|
2571 | + if (isset($_REQUEST['msg']) && $_REQUEST['msg'] == 'claim') { |
|
2572 | + $errors->add('claim_login', LOGIN_CLAIM); |
|
2573 | + } |
|
2568 | 2574 | |
2569 | 2575 | if (!empty($errors)) { |
2570 | 2576 | foreach ($errors as $errorsObj) { |
@@ -2668,8 +2674,9 @@ discard block |
||
2668 | 2674 | |
2669 | 2675 | if (!empty($term)) { |
2670 | 2676 | $current_term = get_term_by('slug', $term, $taxonomy[0]); |
2671 | - if (!empty($current_term)) |
|
2672 | - $list_title .= __(' in', 'geodirectory') . " '" . geodir_ucwords($current_term->name) . "'"; |
|
2677 | + if (!empty($current_term)) { |
|
2678 | + $list_title .= __(' in', 'geodirectory') . " '" . geodir_ucwords($current_term->name) . "'"; |
|
2679 | + } |
|
2673 | 2680 | } |
2674 | 2681 | |
2675 | 2682 | |
@@ -2687,7 +2694,7 @@ discard block |
||
2687 | 2694 | $gd_page = 'author'; |
2688 | 2695 | if(isset($_REQUEST['list']) && $_REQUEST['list']=='favourite'){ |
2689 | 2696 | $title = (get_option('geodir_page_title_favorite')) ? get_option('geodir_page_title_favorite') : $title; |
2690 | - }else{ |
|
2697 | + } else{ |
|
2691 | 2698 | $title = (get_option('geodir_page_title_author')) ? get_option('geodir_page_title_author') : $title; |
2692 | 2699 | } |
2693 | 2700 |