Plugin Directory

Changeset 789331

Timestamp:
10/17/2013 03:11:13 PM (11 years ago)
Author:
tmoorewp
Message:

Custom Post Types: Comics: Don't need to attache publish_post to the publish_* action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/modules/custom-post-types/comics.php

    r770400 r789331  
    4848        if ( function_exists( 'queue_publish_post' ) ) {
    4949            add_action( 'publish_jetpack-comic', 'queue_publish_post', 10, 2 );
    50         } else {
    51             add_action( 'publish_jetpack-comic', 'publish_post', 10, 2 );
    5250        }
    5351
Note: See TracChangeset for help on using the changeset viewer.