Docs: Use 3-digit, x.x.x style semantic versioning for @since 4.8.0 entries.

See #41017.

git-svn-id: https://develop.svn.wordpress.org/trunk@41151 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-07-25 22:47:27 +00:00
parent 850940a7f7
commit e8f7df4669
2 changed files with 4 additions and 4 deletions

View File

@ -522,7 +522,7 @@ window.wp = window.wp || {};
* Settings for both TinyMCE and Quicktags can be passed on initialization, and are "filtered" * 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. * 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. * @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. * 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(). * 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. * @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(). * 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. * @param {string} id The HTML id of the editor textarea.
* @return The editor content. * @return The editor content.

View File

@ -1374,7 +1374,7 @@ final class _WP_Editors {
/** /**
* Print (output) the main TinyMCE scripts. * Print (output) the main TinyMCE scripts.
* *
* @since 4.8 * @since 4.8.0
* *
* @static * @static
* @global string $tinymce_version * @global string $tinymce_version