Skip to content

Commit

Permalink
Merge pull request #33 from mmiyauchi/request/remove-deprecated-function
Browse files Browse the repository at this point in the history
Remove is_comments_popup()
  • Loading branch information
utahta committed May 14, 2016
2 parents 77a3e5d + 2d393be commit 24efcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content.php
Expand Up @@ -123,7 +123,7 @@ function wp_social_bookmarking_light_wp_head()
*/
function wp_social_bookmarking_light_is_enabled()
{
if (is_feed() || is_404() || is_robots() || is_comments_popup() || (function_exists( 'is_ktai' ) && is_ktai())) {
if (is_feed() || is_404() || is_robots() || (function_exists( 'is_ktai' ) && is_ktai())) {
return false;
}

Expand Down

0 comments on commit 24efcc4

Please sign in to comment.