diff --git a/src/wp-admin/js/editor.js b/src/wp-admin/js/editor.js index 0a3437c7b9..a9fc1af0bd 100644 --- a/src/wp-admin/js/editor.js +++ b/src/wp-admin/js/editor.js @@ -522,7 +522,7 @@ window.wp = window.wp || {}; * Settings for both TinyMCE and Quicktags can be passed on initialization, and are "filtered" * with custom jQuery events on the document element, wp-before-tinymce-init and wp-before-quicktags-init. * - * @since 4.8 + * @since 4.8.0 * * @param {string} id The HTML id of the textarea that is used for the editor. * Has to be jQuery compliant. No brackets, special chars, etc. @@ -628,7 +628,7 @@ window.wp = window.wp || {}; * * Intended for use with editors that were initialized with wp.editor.initialize(). * - * @since 4.8 + * @since 4.8.0 * * @param {string} id The HTML id of the editor textarea. */ @@ -667,7 +667,7 @@ window.wp = window.wp || {}; * * Intended for use with editors that were initialized with wp.editor.initialize(). * - * @since 4.8 + * @since 4.8.0 * * @param {string} id The HTML id of the editor textarea. * @return The editor content. diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index b48770b783..84abf261e7 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/wp-includes/class-wp-editor.php @@ -1374,7 +1374,7 @@ final class _WP_Editors { /** * Print (output) the main TinyMCE scripts. * - * @since 4.8 + * @since 4.8.0 * * @static * @global string $tinymce_version