From 050e95d5ee9246202381f72e1384c1a76abf4c92 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 18:09:24 +0000 Subject: [PATCH] Re-add parameter names to the `add()` DocBlock in `wptextpattern` accidentally replaced only with descriptions in [33200]. Props iseulde. See #32891. Built from https://develop.svn.wordpress.org/trunk@33205 git-svn-id: http://core.svn.wordpress.org/trunk@33177 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/plugins/wptextpattern/plugin.js | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js b/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js index 1b32237842..994ed50edb 100644 --- a/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js +++ b/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js @@ -22,8 +22,8 @@ * * @since 4.3.0 * - * @param {RegExp} RegEx pattern. - * @param {Function} Callback. + * @param {RegExp} regExp RegEx pattern. + * @param {Function} callback Callback. */ function add( regExp, callback ) { patterns.push( { diff --git a/wp-includes/version.php b/wp-includes/version.php index 2117dbccb0..2519757be7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33204'; +$wp_version = '4.3-beta2-33205'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.