Skip to content

Commit

Permalink
FIX: search
Browse files Browse the repository at this point in the history
  • Loading branch information
MjHead committed Jun 7, 2017
1 parent 727e6d2 commit b32aa60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/handlers/class-wapu-core-docs-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function sanitize_query( $query ) {
$exceptions = $this->args['exceptions'];

if ( empty( $exceptions ) || ! array_key_exists( $query, $exceptions ) ) {
return false;
return $query;
}

return $exceptions[ $query ];
Expand Down
4 changes: 2 additions & 2 deletions wapu-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Wapuu Core
* Plugin URI: http://www.cherryframework.com/plugins/
* Description: Core for jetimpex.com.
* Version: 1.0.3
* Version: 1.0.4
* Author: JetImpex
* Author URI: http://cherryframework.com/
* Text Domain: wapu-core
Expand Down Expand Up @@ -63,7 +63,7 @@ class Wapu_Core {
*
* @var string
*/
private $version = '1.0.3';
private $version = '1.0.4';

/**
* Core page trigger
Expand Down

0 comments on commit b32aa60

Please sign in to comment.