Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41036, comment 3


Ignore:
Timestamp:
06/21/2017 10:57:58 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41036, comment 3

    initial v1  
    1010
    1111I did some more work with this problem, making my plugin a very very simple couple of lines.  My site is also the latest wordpress.  Any sight you can give me with why these few lines causes the following, would be appreciated:
    12 
     12{{{
    1313function mmd_ca_redirect_func()
    1414{
     
    2020}
    2121add_shortcode( 'mmd_redirect', 'mmd_ca_redirect_func' );
    22 
     22}}}
    2323ERROR RECEIVED: Warning: Cannot modify header information - headers already sent by
    2424