|
@@ -12,7 +12,7 @@ |
|
|
block discarded – undo |
|
12
|
12
|
function geodir_kelo_title_translation( $args) { |
|
13
|
13
|
if(function_exists('geodir_is_geodir_page') && geodir_is_geodir_page('preview')){ |
|
14
|
14
|
$args['title'] = __(stripslashes_deep(esc_html($_POST['post_title'])),'geodirectory'); |
|
15
|
|
- }elseif(function_exists('geodir_is_geodir_page')){ |
|
|
15
|
+ } elseif(function_exists('geodir_is_geodir_page')){ |
|
16
|
16
|
$args['title'] = __($args['title'],'geodirectory'); |
|
17
|
17
|
} |
|
18
|
18
|
|
Please login to merge, or discard this patch.