Make WordPress Core

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


Ignore:
Timestamp:
08/28/2012 09:28:18 AM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21309, comment 55

    initial v1  
    44
    55{{{
    6 $post = get_post();
     6$post = get_post( ... );
    77$post->ancestors[] = 111;
    88}}}