-
+
+
-
diff --git a/public/includes/underscore-template.php b/public/includes/underscore-template.php
index 93fb589..0f56107 100644
--- a/public/includes/underscore-template.php
+++ b/public/includes/underscore-template.php
@@ -6,23 +6,24 @@
* This function is pluggable
* @since 0.1
*/
-if ( !function_exists( 'wp_search_backbone_templates' ) ):
+if ( !function_exists( 'wpls_backbone_templates' ) ):
- add_action('wp_footer', 'wp_search_backbone_templates');
- function wp_search_backbone_templates(){
+ add_action('wp_footer', 'wpls_backbone_templates');
+ function wpls_backbone_templates(){
?>
-
diff --git a/uninstall.php b/uninstall.php
index 33bf1b9..a6aae29 100755
--- a/uninstall.php
+++ b/uninstall.php
@@ -2,7 +2,7 @@
/**
* Fired when the plugin is uninstalled.
*
- * @package WP_Search
+ * @package WP_Live_Search
* @author Nick Haskins
* @license GPL-2.0+
* @link http://example.com
diff --git a/wp-search.php b/wp-live-search.php
similarity index 66%
rename from wp-search.php
rename to wp-live-search.php
index c71ecf6..06aea02 100755
--- a/wp-search.php
+++ b/wp-live-search.php
@@ -1,7 +1,7 @@
* @license GPL-2.0+
* @link http://example.com
@@ -24,9 +24,9 @@
define('WP_SEARCH_DIR', plugin_dir_path( __FILE__ ));
define('WP_SEARCH_URL', plugins_url( '', __FILE__ ));
-require_once( plugin_dir_path( __FILE__ ) . 'public/class-wp-search.php' );
+require_once( plugin_dir_path( __FILE__ ) . 'public/class-wp-live-search.php' );
-register_activation_hook( __FILE__, array( 'WP_Search', 'activate' ) );
-register_deactivation_hook( __FILE__, array( 'WP_Search', 'deactivate' ) );
+register_activation_hook( __FILE__, array( 'WP_Live_Search', 'activate' ) );
+register_deactivation_hook( __FILE__, array( 'WP_Live_Search', 'deactivate' ) );
-add_action( 'plugins_loaded', array( 'WP_Search', 'get_instance' ) );
\ No newline at end of file
+add_action( 'plugins_loaded', array( 'WP_Live_Search', 'get_instance' ) );
\ No newline at end of file