Wrap a long changelog entry description in the DocBlock for `get_post_type_labels()`.
See [32673]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33234 git-svn-id: http://core.svn.wordpress.org/trunk@33206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
92d342f0d2
commit
9e94263af1
|
@ -1635,7 +1635,8 @@ function _post_type_meta_capabilities( $capabilities = null ) {
|
|||
* and the second one is for hierarchical post types (like pages).
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @since 4.3.0 Added the `featured_image`, `set_featured_image`, `remove_featured_image`, and `use_featured_image` labels.
|
||||
* @since 4.3.0 Added the `featured_image`, `set_featured_image`, `remove_featured_image`,
|
||||
* and `use_featured_image` labels.
|
||||
* @access private
|
||||
*
|
||||
* @param object $post_type_object Post type object.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33233';
|
||||
$wp_version = '4.3-beta2-33234';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue