- Timestamp:
- Jun 16, 2009, 3:00:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
r283 r286 238 238 { 239 239 global $wp , $wpdb; 240 241 if (is_admin()) return $query_vars; 242 240 243 $author_cookie = get_xpress_dir_name() . "_select_author" ; 241 244 if(xpress_is_multi_user()){ … … 288 291 function xpress_query_filter(&$query) 289 292 { 293 if (is_admin()) return $query; 294 290 295 $author_cookie = get_xpress_dir_name() . "_select_author" ; 291 296
Note: See TracChangeset
for help on using the changeset viewer.