mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Docs: Update the DocBlock for _WP_Editors::wp_fullscreen_html()
after [32677].
See #30949. Built from https://develop.svn.wordpress.org/trunk@41015 git-svn-id: http://core.svn.wordpress.org/trunk@40865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6dc56c4558
commit
6b0c0592de
@ -1566,9 +1566,12 @@ final class _WP_Editors {
|
||||
}
|
||||
|
||||
/**
|
||||
* Outputs the HTML for distraction-free writing mode.
|
||||
*
|
||||
* @since 3.2.0
|
||||
* @deprecated 4.3.0
|
||||
*
|
||||
* @static
|
||||
* @global int $content_width
|
||||
*/
|
||||
public static function wp_fullscreen_html() {
|
||||
_deprecated_function( __FUNCTION__, '4.3.0' );
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41014';
|
||||
$wp_version = '4.9-alpha-41015';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user