Docs: Document the $current_screen global in _WP_Editors::editor().

Follow-up to [32899].

Props viralsampat.
See #60021.

git-svn-id: https://develop.svn.wordpress.org/trunk@57193 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2023-12-16 09:29:16 +00:00
parent 8e56669a49
commit e5e8ccbd3a

View File

@ -149,6 +149,8 @@ final class _WP_Editors {
*
* @since 3.3.0
*
* @global WP_Screen $current_screen WordPress current screen object.
*
* @param string $content Initial content for the editor.
* @param string $editor_id HTML ID for the textarea and TinyMCE and Quicktags instances.
* Should not contain square brackets.