Advertisement
Guest User

SEO Facebook Comment

a guest
Apr 5th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.40 KB | None | 0 0
  1. Index: seofacebook.php
  2. ===================================================================
  3. --- seofacebook.php (revision 4470)
  4. +++ seofacebook.php (working copy)
  5. @@ -392,6 +392,11 @@
  6.             global $wp_query;
  7.  
  8.             $postId = $wp_query->post->ID;
  9. +
  10. +            if ( 'publish' != get_post_status( $postId ) ) {
  11. +                return $comments;
  12. +            }
  13. +
  14.             $postUrl = get_permalink($postId);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement