Plugin Directory

Changeset 416069


Ignore:
Timestamp:
07/27/2011 07:49:02 PM (15 years ago)
Author:
blepoxp
Message:

Fixing addThis conflict

Location:
simplemap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplemap/tags/2.2.4/classes/xml-search.php

    r385672 r416069  
    99        // Inits the search process. Collects default options, search options, and queries DB
    1010        function init_search() {
     11            // Remove addThis plugin conflict
     12            remove_filter( 'the_title', 'at_title_check' );
     13
    1114            if ( isset( $_GET['sm-xml-search'] ) ) {
    1215                global $wpdb;
  • simplemap/trunk/classes/xml-search.php

    r385672 r416069  
    99        // Inits the search process. Collects default options, search options, and queries DB
    1010        function init_search() {
     11            // Remove addThis plugin conflict
     12            remove_filter( 'the_title', 'at_title_check' );
     13
    1114            if ( isset( $_GET['sm-xml-search'] ) ) {
    1215                global $wpdb;
Note: See TracChangeset for help on using the changeset viewer.