Version Description
Download this release
Release Info
Developer | dancameron |
Plugin | Search Everything |
Version | 4.0.1 |
Comparing to | |
See all releases |
Code changes from version 4.0 to 4.0.1
- readme.txt +1 -1
- screenshot-1.jpg +0 -0
- search_everything.php +2 -3
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.amazon.com/gp/registry/wishlist/3EM84J7FVHE6S/ref=wl_web
|
|
4 |
Tags: search, comment search, page search, admin, seo
|
5 |
Requires at least: 2.1
|
6 |
Tested up to: 2.3
|
7 |
-
Stable tag: 4.0
|
8 |
|
9 |
Adds search functionality with little setup. Including options to search pages, excerpts, attachments, drafts, comments and custom fields (metadata).
|
10 |
|
4 |
Tags: search, comment search, page search, admin, seo
|
5 |
Requires at least: 2.1
|
6 |
Tested up to: 2.3
|
7 |
+
Stable tag: 4.0.2
|
8 |
|
9 |
Adds search functionality with little setup. Including options to search pages, excerpts, attachments, drafts, comments and custom fields (metadata).
|
10 |
|
screenshot-1.jpg
DELETED
Binary file
|
search_everything.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Search Everything
|
4 |
Plugin URI: http://dancameron.org/wordpress/
|
5 |
Description: Adds search functionality with little setup. Including options to search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata). Also offers the ability to exclude specific pages and posts. Does not search password-protected content.
|
6 |
-
Version: 4.0
|
7 |
Author: Dan Cameron
|
8 |
Author URI: http://dancameron.org/
|
9 |
*/
|
@@ -399,8 +399,7 @@ echo "<div class=\"updated fade\" id=\"limitcatsupdatenotice\"><p>" . __("Search
|
|
399 |
} //end SE4_option_page
|
400 |
|
401 |
function SE4_add_options_panel() {
|
402 |
-
|
403 |
-
add_options_page('Search', 'Search Everything', 7, 'manage_search', 'SE4_options_page', 'SE4_option_page');
|
404 |
}
|
405 |
add_action('admin_menu', 'SE4_add_options_panel');
|
406 |
|
3 |
Plugin Name: Search Everything
|
4 |
Plugin URI: http://dancameron.org/wordpress/
|
5 |
Description: Adds search functionality with little setup. Including options to search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata). Also offers the ability to exclude specific pages and posts. Does not search password-protected content.
|
6 |
+
Version: 4.0.1
|
7 |
Author: Dan Cameron
|
8 |
Author URI: http://dancameron.org/
|
9 |
*/
|
399 |
} //end SE4_option_page
|
400 |
|
401 |
function SE4_add_options_panel() {
|
402 |
+
add_options_page('Search', 'Search Everything', 7, 'manage_search', 'SE4_option_page', 'SE4_option_page');
|
|
|
403 |
}
|
404 |
add_action('admin_menu', 'SE4_add_options_panel');
|
405 |
|