From 4e4df0e6c9112b78fa6af50ec662d11285344b09 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 25 Jul 2017 22:48:42 +0000 Subject: [PATCH] Docs: Use 3-digit, x.x.x style semantic versioning for `@since 4.8.0` entries. See #41017. Built from https://develop.svn.wordpress.org/trunk@41151 git-svn-id: http://core.svn.wordpress.org/trunk@40991 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/editor.js | 6 +++--- wp-includes/class-wp-editor.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/js/editor.js b/wp-admin/js/editor.js index 0a3437c7b9..a9fc1af0bd 100644 --- a/wp-admin/js/editor.js +++ b/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/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index b48770b783..84abf261e7 100644 --- a/wp-includes/class-wp-editor.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index bfa69181b9..1db3b32960 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41150'; +$wp_version = '4.9-alpha-41151'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.