Changeset 373919
- Timestamp:
- 04/17/2011 05:17:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
facebook-comments-for-wordpress/tags/3.2/facebook-comments-combinecomments.php
r373892 r373919 81 81 82 82 // Return the cached comment count (if it exists) 83 if (get_option("fbComments_commentCount_$xid") ) {83 if (get_option("fbComments_commentCount_$xid") !== null) { 84 84 return fbComments_getCachedCommentCount($xid, $value); 85 85 }
Note: See TracChangeset
for help on using the changeset viewer.