Changeset 19054 for trunk/wp-includes/post.php
- Timestamp:
- 10/24/2011 07:13:23 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r19034 r19054 1041 1041 1042 1042 do_action( 'registered_post_type', $post_type, $args ); 1043 1043 1044 1044 return $args; 1045 1045 } … … 5309 5309 /** 5310 5310 * 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 * 5312 5312 * @access private 5313 5313 * @param string $new_status
Note: See TracChangeset
for help on using the changeset viewer.