- Timestamp:
- Nov 28, 2009, 4:22:43 PM (15 years ago)
- Location:
- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r444 r469 467 467 } 468 468 469 function set_post_views_count( &$content) {469 function set_post_views_count($content) { 470 470 if ( empty($_GET["feed"]) && empty($GLOBALS["feed"]) && empty($GLOBALS["doing_trackback"]) && empty($GLOBALS["doing_rss"]) && empty($_POST) && is_single() ){ 471 471 post_views_counting(); -
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
r454 r469 290 290 } 291 291 292 function xpress_query_filter( &$query)292 function xpress_query_filter($query) 293 293 { 294 294 if (is_admin()) return $query;
Note: See TracChangeset
for help on using the changeset viewer.