Changeset 38202 for branches/4.6/src/wp-includes/post.php
- Timestamp:
- 08/04/2016 10:55:54 PM (8 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/post.php
r38145 r38202 838 838 * 839 839 * @since 3.0.0 840 * @since 4.6.0 Converted to useWP_Post_Type.840 * @since 4.6.0 Object returned is now an instance of WP_Post_Type. 841 841 * 842 842 * @global array $wp_post_types List of post types. … … 901 901 * @since 4.4.0 The `show_ui` argument is now enforced on the post type listing 902 902 * screen and post editing screen. 903 * @since 4.6.0 Converted to useWP_Post_Type.903 * @since 4.6.0 Post type object returned is now an instance of WP_Post_Type. 904 904 * 905 905 * @global array $wp_post_types List of post types. … … 1059 1059 * 1060 1060 * @since 4.5.0 1061 * @since 4.6.0 Converted to use WP_Post_Type.1062 1061 * 1063 1062 * @global array $wp_post_types List of post types.
Note: See TracChangeset
for help on using the changeset viewer.