Changeset 33205
- Timestamp:
- 07/13/2015 06:08:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js
r33200 r33205 23 23 * @since 4.3.0 24 24 * 25 * @param {RegExp} RegEx pattern.26 * @param {Function} Callback.25 * @param {RegExp} regExp RegEx pattern. 26 * @param {Function} callback Callback. 27 27 */ 28 28 function add( regExp, callback ) {
Note: See TracChangeset
for help on using the changeset viewer.