mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
Add a description for the dynamic portion of the nav_menu_items_{$post_type_name}_recent
filter added in 4.3.
See [32833]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33211 git-svn-id: http://core.svn.wordpress.org/trunk@33183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d0721aab9
commit
f9194e361c
@ -733,6 +733,8 @@ function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) {
|
|||||||
* Filter the posts displayed in the 'Most Recent' tab of the current
|
* Filter the posts displayed in the 'Most Recent' tab of the current
|
||||||
* post type's menu items meta box.
|
* post type's menu items meta box.
|
||||||
*
|
*
|
||||||
|
* The dynamic portion of the hook name, `$post_type_name`, refers to the post type name.
|
||||||
|
*
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
*
|
*
|
||||||
* @param array $most_recent An array of post objects being listed.
|
* @param array $most_recent An array of post objects being listed.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-beta2-33210';
|
$wp_version = '4.3-beta2-33211';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user