Plugin Directory

Changeset 1599121


Ignore:
Timestamp:
02/19/2017 03:40:46 PM (9 years ago)
Author:
paulq
Message:

BuddyPress fix, readme.txt update

Location:
chatwee/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chatwee/trunk/chatwee-admin.php

    r1595247 r1599121  
    435435       
    436436        $pages_query = $wpdb->get_results(
    437             $wpdb->prepare("SELECT * FROM $wpdb->posts WHERE post_title LIKE '%%" . $_POST['search_name'] . "%%' AND post_status = 'publish' LIMIT 10")
     437            $wpdb->prepare("SELECT * FROM $wpdb->posts WHERE post_title LIKE '%%" . $_POST['search_name'] . "%%' AND post_status = 'publish' AND (post_type = 'post' OR post_type = 'page') LIMIT 10")
    438438        );
    439439       
  • chatwee/trunk/readme.txt

    r1588192 r1599121  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Build a buzzing community using our responsive, customizable group chat with multiple chat rooms. Sign up for free and get going.
     11Build a buzzing community using our responsive, customizable chat plugin with multiple chat rooms. Sign up for free and get going.
    1212
    1313== Description ==
Note: See TracChangeset for help on using the changeset viewer.