Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21580, comment 4


Ignore:
Timestamp:
08/18/2012 03:48:16 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21580, comment 4

    initial v1  
    88}
    99
    10 add_action('draft_to_publish', 'transition_hook');
    11 add_action('future_to_publish', 'transition_hook');
     10add_action('draft_to_publish', 'transition_hook', 10, 2);
     11add_action('future_to_publish', 'transition_hook', 10, 2);
    1212}}}
    1313