is_home() retunrs true for wp_signup.php
-
When addressing file like:
wp_activate.php
wp_signup.phpthe function is_home() and therefor is_front_page() returns true.
Although this is clearly not the case.Is this a BUG?
The problem starts here:
wp-includes/query.php:1594if ( !( $this->is_singular || $this->is_archive || $this->is_search || $this->is_feed || $this->is_trackback || $this->is_404 || $this->is_admin || $this->is_comments_popup || $this->is_robots ) ) $this->is_home = true;
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘is_home() retunrs true for wp_signup.php’ is closed to new replies.