Changeset 30653
- Timestamp:
- 11/30/2014 11:55:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r30636 r30653 1642 1642 * Filter the labels of a specific post type. 1643 1643 * 1644 * The dynamic portion of the hook name, $post_type, refers to1644 * The dynamic portion of the hook name, `$post_type`, refers to 1645 1645 * the post type slug. 1646 1646 * … … 2146 2146 * Filter the value of a specific post field to edit. 2147 2147 * 2148 * The dynamic portion of the hook name, $field, refers to the post2148 * The dynamic portion of the hook name, `$field`, refers to the post 2149 2149 * field name. 2150 2150 * … … 2159 2159 * Filter the value of a specific post field to edit. 2160 2160 * 2161 * The dynamic portion of the hook name, $field_no_prefix, refers to2161 * The dynamic portion of the hook name, `$field_no_prefix`, refers to 2162 2162 * the post field name. 2163 2163 * … … 2186 2186 * Filter the value of a specific post field before saving. 2187 2187 * 2188 * The dynamic portion of the hook name, $field, refers to the post2188 * The dynamic portion of the hook name, `$field`, refers to the post 2189 2189 * field name. 2190 2190 * … … 2198 2198 * Filter the value of a specific field before saving. 2199 2199 * 2200 * The dynamic portion of the hook name, $field_no_prefix, refers2200 * The dynamic portion of the hook name, `$field_no_prefix`, refers 2201 2201 * to the post field name. 2202 2202 * … … 2212 2212 * Filter the value of a specific post field before saving. 2213 2213 * 2214 * The dynamic portion of the hook name, $field, refers to the post2214 * The dynamic portion of the hook name, `$field`, refers to the post 2215 2215 * field name. 2216 2216 * … … 2229 2229 * Filter the value of a specific post field for display. 2230 2230 * 2231 * The dynamic portion of the hook name, $field, refers to the post2231 * The dynamic portion of the hook name, `$field`, refers to the post 2232 2232 * field name. 2233 2233 * … … 3478 3478 * Fires once a post has been saved. 3479 3479 * 3480 * The dynamic portion of the hook name, $post->post_type, refers to3480 * The dynamic portion of the hook name, `$post->post_type`, refers to 3481 3481 * the post type slug. 3482 3482 * … … 3936 3936 * Fires when a post is transitioned from one status to another. 3937 3937 * 3938 * The dynamic portions of the hook name, $new_status and $old status,3938 * The dynamic portions of the hook name, `$new_status` and `$old status`, 3939 3939 * refer to the old and new post statuses, respectively. 3940 3940 * … … 3948 3948 * Fires when a post is transitioned from one status to another. 3949 3949 * 3950 * The dynamic portions of the hook name, $new_status and $post->post_type,3950 * The dynamic portions of the hook name, `$new_status` and `$post->post_type`, 3951 3951 * refer to the new post status and post type, respectively. 3952 3952 *
Note: See TracChangeset
for help on using the changeset viewer.