WordPress/wp-includes/js
noisysocks b4e1e8f0d1 Comments: Fix title not updating when replying to a comment
When replying to an existing comment, the comment form is moved to below the
existing comment with JS, but the form heading was not being updated. This
fixes the issue by introducing a new data-attribute to the reply link with the
correct heading string, and applying that string to the heading when the form
is moved.

Props isabel_brison, azaozz, peterwilsoncc.
Fixes #38009.

Built from https://develop.svn.wordpress.org/trunk@47506


git-svn-id: http://core.svn.wordpress.org/trunk@47281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-03-25 04:55:10 +00:00
..
codemirror Ensure `svn:eol-style` is consistently set for all files. 2019-10-25 16:38:07 +00:00
crop
dist Block Editor: Update WordPress Packages WordPress 5.4 RC 4. 2020-03-23 23:40:19 +00:00
imgareaselect Docs: Update broken source code link in `imgAreaSelect` jQuery plugin. 2019-11-17 16:14:03 +00:00
jcrop
jquery Build/Test: Update Grunt Uglify options 2019-10-05 22:01:04 +00:00
mediaelement I18N: Synchronize MediaElement.js translation strings with the currently bundled version. 2020-01-21 02:21:05 +00:00
plupload Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
swfupload
thickbox
tinymce Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:33:11 +00:00
admin-bar.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
admin-bar.min.js Fixes in `admin-bar.js`: 2019-12-11 18:56:03 +00:00
api-request.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
api-request.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
autosave.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
autosave.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
backbone.js External Libraries: Update Backbone.js to 1.4.0. 2019-09-17 17:19:54 +00:00
backbone.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
clipboard.js
clipboard.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
colorpicker.js
colorpicker.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
comment-reply.js Comments: Fix title not updating when replying to a comment 2020-03-25 04:55:10 +00:00
comment-reply.min.js Comments: Fix title not updating when replying to a comment 2020-03-25 04:55:10 +00:00
customize-base.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
customize-base.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
customize-loader.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
customize-loader.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
customize-models.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
customize-models.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
customize-preview-nav-menus.js Docs: Replace `@returns` tags in JS docs with `@return`. 2019-11-29 18:01:03 +00:00
customize-preview-nav-menus.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
customize-preview-widgets.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
customize-preview-widgets.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
customize-preview.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
customize-preview.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
customize-selective-refresh.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
customize-selective-refresh.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
customize-views.js
customize-views.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
heartbeat.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
heartbeat.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
hoverIntent.js
hoverIntent.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
hoverintent-js.min.js Fix the admin toolbar js when jQuery is not present and replace the jQuery based hoverIntent.js with a native implementation. Introduces the "hoverintent" (no dependencies) package. 2019-12-10 01:03:02 +00:00
imagesloaded.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
json2.js
json2.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
masonry.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
mce-view.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
mce-view.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
media-audiovideo.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
media-audiovideo.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
media-editor.js Coding Standards: Add missing braces to `if` conditions and use strict comparison in `js/_enqueues/wp/media/editor.js`. 2020-02-23 08:58:05 +00:00
media-editor.min.js Coding Standards: Add missing braces to `if` conditions and use strict comparison in `js/_enqueues/wp/media/editor.js`. 2020-02-23 08:58:05 +00:00
media-grid.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
media-grid.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
media-models.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
media-models.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
media-views.js Media: Fix bottom spacing on various Media Modal elements for non-webkit browsers. 2020-02-11 16:32:06 +00:00
media-views.min.js Media: Fix bottom spacing on various Media Modal elements for non-webkit browsers. 2020-02-11 16:32:06 +00:00
quicktags.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
quicktags.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
shortcode.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
shortcode.min.js Shortcodes: Make sure `wp.shortcode.string()` accepts the `attrs` array keys in any order. 2019-12-21 18:34:04 +00:00
swfobject.js
tw-sack.js
tw-sack.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
twemoji.js Emoji: Upgrade Twemoji to 12.1.3. 2019-11-05 22:04:02 +00:00
twemoji.min.js Emoji: Upgrade Twemoji to 12.1.3. 2019-11-05 22:04:02 +00:00
underscore.js External Libraries: Revert [46092] pending test failure investigation. 2019-09-12 10:19:59 +00:00
underscore.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
utils.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
utils.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-ajax-response.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
wp-ajax-response.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-api.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
wp-api.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-auth-check.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
wp-auth-check.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-backbone.js
wp-backbone.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-custom-header.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
wp-custom-header.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-embed-template.js
wp-embed-template.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-embed.js
wp-embed.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-emoji-loader.js Emoji: Upgrade Twemoji to 12.1.2. 2019-08-08 04:05:55 +00:00
wp-emoji-loader.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-emoji-release.min.js Emoji: Upgrade Twemoji to 12.1.3. 2019-11-05 22:04:02 +00:00
wp-emoji.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
wp-emoji.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-list-revisions.js
wp-list-revisions.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-lists.js Docs: Replace `@returns` tags in JS docs with `@return`. 2019-11-29 18:01:03 +00:00
wp-lists.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-pointer.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
wp-pointer.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-sanitize.js Update wp.a11y.speak() to sanitize HTML before display. 2019-09-04 17:13:21 +00:00
wp-sanitize.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wp-util.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
wp-util.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wpdialog.js
wpdialog.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
wplink.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
wplink.min.js I18N: Make the minimum input length to start searching posts in the "Insert/edit link" modal localizable. 2019-12-18 01:15:03 +00:00
zxcvbn-async.js
zxcvbn-async.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00
zxcvbn.min.js Build/Test Tools: Add banner to RTL CSS and minified JS files. 2019-10-26 00:17:07 +00:00