Changeset 37544 for trunk/src/wp-includes/post.php
- Timestamp:
- 05/23/2016 07:01:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r37504 r37544 13 13 /** 14 14 * Creates the initial post types when 'init' action is fired. 15 * 16 * See {@see 'init'}. 15 17 * 16 18 * @since 2.9.0 … … 3959 3961 * though this does not always mean the status has actually changed before and after 3960 3962 * the save. This function fires a number of action hooks related to that transition: 3961 * the generic 'transition_post_status'action, as well as the dynamic hooks3962 * `"{$old_status}_to_{$new_status}"` and `"{$new_status}_{$post->post_type}"`. Note3963 * the generic {@see 'transition_post_status'} action, as well as the dynamic hooks 3964 * {@see '$old_status_to_$new_status'} and {@see '$new_status_$post->post_type'}. Note 3963 3965 * that the function does not transition the post object in the database. 3964 3966 * … … 5927 5929 * 5928 5930 * Prevents loops from forming and breaks those that it finds. Attached 5929 * to the 'wp_insert_post_parent'filter.5931 * to the {@see 'wp_insert_post_parent'} filter. 5930 5932 * 5931 5933 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.