From 5df16d63ac4aa0dc3b4e5824896a5059552c3e0d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 18:08:48 +0000 Subject: [PATCH] Re-add parameter names to the `add()` DocBlock in `wptextpattern` accidentally replaced only with descriptions in [33200]. Props iseulde. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33205 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js b/src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js index 1b32237842..994ed50edb 100644 --- a/src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js +++ b/src/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( {