- Timestamp:
- Jun 16, 2009, 2:09:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
r282 r283 300 300 if(xpress_is_wp20()){ 301 301 $pattern = "WHERE.*AND\s?\(*post_author\s*="; 302 if ( preg_match ( "/".$pattern."/i", $query, $match ) ){ 303 return $query; 304 } 305 $pattern = "WHERE\s?post_author\s*="; // get_usernumposts() 302 306 if ( preg_match ( "/".$pattern."/i", $query, $match ) ){ 303 307 return $query;
Note: See TracChangeset
for help on using the changeset viewer.