Changeset 469 for trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
- Timestamp:
- Nov 28, 2009, 4:22:43 PM (15 years ago)
- File:
-
- 1 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();
Note: See TracChangeset
for help on using the changeset viewer.