Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
raideus committed Jul 6, 2015
2 parents 30ead5b + 287a1c5 commit 7349039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
demo/.DS_Store

.idea
test.php
template-*
Expand Down
4 changes: 1 addition & 3 deletions wpas.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/*
Plugin Name: WP Advanced Search Framework
Plugin URI: http://wpadvancedsearch.com
Description:
Version: 1.4
Author: Sean Butze
Author URI: http://seanbutze.com
Expand Down Expand Up @@ -257,5 +256,4 @@ private function get_request() {
$request = $this->factory->getRequest();
return $request->all();
}

}
}

0 comments on commit 7349039

Please sign in to comment.