Changeset 1599121
- Timestamp:
- 02/19/2017 03:40:46 PM (9 years ago)
- Location:
- chatwee/trunk
- Files:
-
- 2 edited
-
chatwee-admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chatwee/trunk/chatwee-admin.php
r1595247 r1599121 435 435 436 436 $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") 438 438 ); 439 439 -
chatwee/trunk/readme.txt
r1588192 r1599121 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Build a buzzing community using our responsive, customizable group chatwith multiple chat rooms. Sign up for free and get going.11 Build a buzzing community using our responsive, customizable chat plugin with multiple chat rooms. Sign up for free and get going. 12 12 13 13 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.