mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Update the DocBlock for _WP_Editors::wp_fullscreen_html() after [32677].
See #30949. git-svn-id: https://develop.svn.wordpress.org/trunk@41015 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user