Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27974, comment 23


Ignore:
Timestamp:
08/06/2015 01:36:58 AM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27974, comment 23

    initial v1  
    55ERROR: Cookies are blocked due to unexpected output.
    66
    7 
     7{{{
    88Warning: Cannot modify header information - headers already sent by (output started at /home/brain281/public_html/wp-content/themes/optimizer/framework/core-pagination.php:13) in /home/brain281/public_html/wp-login.php on line 425
    99
     
    1515
    1616Warning: Cannot modify header information - headers already sent by (output started at /home/brain281/public_html/wp-content/themes/optimizer/framework/core-pagination.php:13) in /home/brain281/public_html/wp-includes/pluggable.php on line 927
    17 
     17}}}
    1818
    1919So I have opened core-pagination.php, and this is what it says:
    2020
     21{{{
    212209: * @since Optimizer 1.0
    222310: */
     
    293017:                <?php if($navigation == 'numbered' || $navigation == 'numbered_ajax') { ?>
    303118:                    <div class="ast_pagenav">
    31 
     32}}}
    3233im still not sure what the error is with line 13, any help would be much appreciated!