Changeset 416069
- Timestamp:
- 07/27/2011 07:49:02 PM (15 years ago)
- Location:
- simplemap
- Files:
-
- 2 edited
-
tags/2.2.4/classes/xml-search.php (modified) (1 diff)
-
trunk/classes/xml-search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simplemap/tags/2.2.4/classes/xml-search.php
r385672 r416069 9 9 // Inits the search process. Collects default options, search options, and queries DB 10 10 function init_search() { 11 // Remove addThis plugin conflict 12 remove_filter( 'the_title', 'at_title_check' ); 13 11 14 if ( isset( $_GET['sm-xml-search'] ) ) { 12 15 global $wpdb; -
simplemap/trunk/classes/xml-search.php
r385672 r416069 9 9 // Inits the search process. Collects default options, search options, and queries DB 10 10 function init_search() { 11 // Remove addThis plugin conflict 12 remove_filter( 'the_title', 'at_title_check' ); 13 11 14 if ( isset( $_GET['sm-xml-search'] ) ) { 12 15 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.