Changeset 2018020
- Timestamp:
- 01/24/2019 12:04:56 AM (7 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
r1877831 r2018020 420 420 421 421 $pages_query = $wpdb->get_results( 422 $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" )422 $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", Array()) 423 423 ); 424 424 -
chatwee/trunk/readme.txt
r1880388 r2018020 139 139 * README file update 140 140 141 = 2.1.3 = 142 143 * Bug fix: missing parameter for wpdb->prepare call 144 141 145 == Frequently Asked Questions == 142 146
Note: See TracChangeset
for help on using the changeset viewer.