Make WordPress Core


Ignore:
Timestamp:
10/24/2011 07:13:23 PM (15 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r19034 r19054  
    10411041
    10421042    do_action( 'registered_post_type', $post_type, $args );
    1043    
     1043
    10441044    return $args;
    10451045}
     
    53095309/**
    53105310 * Update the custom taxonomies' term counts when a post's status is changed. For example, default posts term counts (for custom taxonomies) don't include private / draft posts.
    5311  * 
     5311 *
    53125312 * @access private
    53135313 * @param string $new_status
Note: See TracChangeset for help on using the changeset viewer.