Skip to content

Instantly share code, notes, and snippets.

@fabn
Created January 16, 2015 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabn/1a76caf196436290fe08 to your computer and use it in GitHub Desktop.
Save fabn/1a76caf196436290fe08 to your computer and use it in GitHub Desktop.
diff --git a/wp-content/plugins/Tevolution-Events/templates/mobile-single-event.php b/wp-content/plugins/Tevolution-Events/templates/mobile-single-event.php
index f3116a6..ce12e7f 100644
--- a/wp-content/plugins/Tevolution-Events/templates/mobile-single-event.php
+++ b/wp-content/plugins/Tevolution-Events/templates/mobile-single-event.php
@@ -36,7 +36,7 @@ if(function_exists('bdw_get_images_plugin'))
<?php
if(function_exists('supreme_sidebar_before_content'))
- apply_filters('tmpl_before-content',supreme_sidebar_before_content() ); /* Loads the sidebar-before-content.?>*/
+ apply_filters('tmpl_before-content',supreme_sidebar_before_content() ); /* Loads the sidebar-before-content.*/ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php do_action('event_before_post_loop');?>
@@ -596,7 +596,7 @@ if(function_exists('bdw_get_images_plugin'))
</div>
<?php do_action('event_after_post_loop');
- endwhile; /* end of the loop. ?>*/
+ endwhile; /* end of the loop. */?>
diff --git a/wp-content/themes/Directory/languages/templatic-front-end-string.php b/wp-content/themes/Directory/languages/templatic-front-end-string.php
index edc8108..53673dc 100644
--- a/wp-content/themes/Directory/languages/templatic-front-end-string.php
+++ b/wp-content/themes/Directory/languages/templatic-front-end-string.php
@@ -294,7 +294,7 @@ _e('Continue',DOMAIN);
_e('Preview',DOMAIN);
_e('Please select Country',DOMAIN);
_e('Please select State',DOMAIN);
-_e('Please select City',DOMAIN)
+_e('Please select City',DOMAIN);
_e('Approved',DOMAIN);
_e('Pending',DOMAIN);
?>"/>
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment