Make WordPress Core


Ignore:
Timestamp:
08/04/2016 10:55:54 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Correct and clarify various @since docs.

Fixes #37562

Merges [38201] to the 4.6 branch.

Location:
branches/4.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.6

  • branches/4.6/src/wp-includes/post.php

    r38145 r38202  
    838838 *
    839839 * @since 3.0.0
    840  * @since 4.6.0 Converted to use WP_Post_Type.
     840 * @since 4.6.0 Object returned is now an instance of WP_Post_Type.
    841841 *
    842842 * @global array $wp_post_types List of post types.
     
    901901 * @since 4.4.0 The `show_ui` argument is now enforced on the post type listing
    902902 *              screen and post editing screen.
    903  * @since 4.6.0 Converted to use WP_Post_Type.
     903 * @since 4.6.0 Post type object returned is now an instance of WP_Post_Type.
    904904 *
    905905 * @global array $wp_post_types List of post types.
     
    10591059 *
    10601060 * @since 4.5.0
    1061  * @since 4.6.0 Converted to use WP_Post_Type.
    10621061 *
    10631062 * @global array $wp_post_types List of post types.
Note: See TracChangeset for help on using the changeset viewer.