Docs: Change `@since` entry for `add_inline_data` action added in [42676] to 4.9.8.
See #36085. Built from https://develop.svn.wordpress.org/trunk@43460 git-svn-id: http://core.svn.wordpress.org/trunk@43287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cf4f8d8737
commit
be92bbbbbb
|
@ -364,7 +364,7 @@ function get_inline_data( $post ) {
|
|||
/**
|
||||
* Fires after outputting the fields for the inline editor for posts and pages.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @since 4.9.8
|
||||
*
|
||||
* @param WP_Post $post The current post object.
|
||||
* @param WP_Post_Type $post_type_object The current post's post type object.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43457';
|
||||
$wp_version = '5.0-alpha-43460';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue