Make WordPress Core

Ticket #32267: #32267.patch

File #32267.patch, 333 bytes (added by chandrapatel, 8 years ago)

I have attached patch file for ticket #32267

  • wp-includes/query.php

     
    43634363                if ( !$this->is_page )
    43644364                        return false;
    43654365
     4366                if( $page == 0 )
     4367                        return false;
     4368
    43664369                if ( empty( $page ) )
    43674370                        return true;
    43684371