Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16687, comment 55


Ignore:
Timestamp:
09/03/2011 11:44:02 AM (14 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16687, comment 55

    initial v1  
    1 Replying to [comment:54 SergeyBiryukov]:
    2 > [18541] broke `get_page_by_path()` for non-English slugs: [comment:ticket:10249:42].
     1~~Replying to [comment:54 SergeyBiryukov]:
     2> ~~[18541] broke `get_page_by_path()` for non-English slugs: [comment:ticket:10249:42].~~
    33
    4 That's right, related PHP warnings which I get:
     4~~That's right, related PHP warnings which I get:~~
    55
    6 {{{
    7 WARNING: wp-includes/functions.php:1675 - Cannot modify header information - headers already sent by (output started at wp-includes/post.php:3175)
    8 NOTICE: wp-includes/post.php:3175 - Undefined index: 0
    9 NOTICE: wp-includes/post.php:3171 - Trying to get property of non-object
    10 NOTICE: wp-includes/post.php:3178 - Trying to get property of non-object
    11 }}}
     6- ~~''NOTICE: wp-includes/post.php:3175 - Undefined index: 0''~~
     7- ~~''NOTICE: wp-includes/post.php:3171 - Trying to get property of non-object''~~
     8- ~~''NOTICE: wp-includes/post.php:3178 - Trying to get property of non-object''~~
    129
    1310----