WordPress/wp-admin
Sergey Biryukov 2cc9f73523 Editor: Include user's name in the wp_refresh_post_lock() response.
This ensures that the post lock data returned by the Heartbeat API is consistent.

Previously, `wp_check_locked_posts()` was updated to return the name of the user currently editing the post, but the `wp_refresh_post_lock()` response did not get a similar change.

Follow-up to [53070].

Props nathan.noom.
Fixes #56197.
Built from https://develop.svn.wordpress.org/trunk@53692


git-svn-id: http://core.svn.wordpress.org/trunk@53251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-07-11 18:18:13 +00:00
..
css Themes: Revert the change of theme preview width on Add Themes screen. 2022-07-05 15:36:12 +00:00
images Administration: Update design of the Dashboard welcome panel. 2022-05-10 16:45:08 +00:00
includes Editor: Include user's name in the wp_refresh_post_lock() response. 2022-07-11 18:18:13 +00:00
js Quick/Bulk Edit: Remove duplicate HTML IDs. 2022-05-05 03:26:16 +00:00
maint
network General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
user
about.php Help/About: Add cache busting string to video thumbnail. 2022-05-25 02:19:17 +00:00
admin-ajax.php Coding Standards: Remove extra space in wp-admin/admin-ajax.php. 2022-05-07 16:21:18 +00:00
admin-footer.php
admin-functions.php
admin-header.php
admin-post.php
admin.php
async-upload.php
authorize-application.php I18N: Add missing translator comment for application password helper text for Super Admins. 2022-04-08 00:03:05 +00:00
comment.php
credits.php
custom-background.php
custom-header.php
customize.php
edit-comments.php Docs: Explicitly declare some globals for clarity. 2022-05-29 15:35:11 +00:00
edit-form-advanced.php Administration: Remove self-reference ("we") in WordPress Admin. 2022-04-11 11:42:04 +00:00
edit-form-blocks.php Editor: Return additional block patterns to server-generated settings 2022-05-17 14:38:14 +00:00
edit-form-comment.php Docs: Explicitly declare some globals for clarity. 2022-05-29 15:35:11 +00:00
edit-link-form.php
edit-tag-form.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
edit-tags.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
edit.php Docs: Explicitly declare some globals for clarity. 2022-05-29 15:35:11 +00:00
erase-personal-data.php Help/about: Improve text in help tabs of the Personal Data Exporter/Eraser. 2022-04-14 14:46:07 +00:00
export-personal-data.php Help/about: Improve text in help tabs of the Personal Data Exporter/Eraser. 2022-04-14 14:46:07 +00:00
export.php Administration: Remove self-reference ("we") in WordPress Admin. 2022-04-11 11:42:04 +00:00
freedoms.php Administration: Remove self-reference ("we") in WordPress Admin. 2022-04-11 11:42:04 +00:00
import.php
index.php
install-helper.php Code Modernization: Rename parameters that use reserved keywords in wp-admin/install-helper.php. 2022-04-20 11:19:12 +00:00
install.php Docs: Explicitly declare some globals for clarity. 2022-05-29 15:35:11 +00:00
link-add.php
link-manager.php
link-parse-opml.php
link.php
load-scripts.php
load-styles.php
media-new.php
media-upload.php
media.php
menu-header.php
menu.php
moderation.php
ms-admin.php
ms-delete-site.php
ms-edit.php
ms-options.php
ms-sites.php
ms-themes.php
ms-upgrade-network.php
ms-users.php
my-sites.php
nav-menus.php Menus: Replace "drop down" (noun) with "dropdown" in a few strings. 2022-05-11 13:22:15 +00:00
network.php
options-discussion.php
options-general.php Text Changes: Fix various inconsistent capitalization issues. 2022-04-15 11:58:10 +00:00
options-head.php
options-media.php
options-permalink.php General: Add missing strong tag to some error messages. 2022-05-03 14:53:09 +00:00
options-privacy.php Administration: Clarify some sentences after [53131]. 2022-04-12 13:43:16 +00:00
options-reading.php
options-writing.php
options.php Text Changes: Improve consistency of admin error notices in wp-admin/options.php. 2022-06-07 05:30:13 +00:00
plugin-editor.php Text Changes: Fix various inconsistent capitalization issues. 2022-04-15 11:58:10 +00:00
plugin-install.php
plugins.php
post-new.php
post.php
press-this.php
privacy-policy-guide.php Administration: Remove self-reference ("we") in WordPress Admin. 2022-04-11 11:42:04 +00:00
privacy.php
profile.php
revision.php
setup-config.php Text Changes: Improve consistency of admin error notices. 2022-06-02 15:05:13 +00:00
site-editor.php Coding Standards: Correct alignment in various files. 2022-05-23 20:40:14 +00:00
site-health-info.php
site-health.php
term.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
theme-editor.php Text Changes: Fix various inconsistent capitalization issues. 2022-04-15 11:58:10 +00:00
theme-install.php Themes: Use consistent thumbnail sizes in Customizer preview screen. 2022-04-16 06:15:09 +00:00
themes.php Themes: Properly escape home_url() when changing and updating themes. 2022-07-06 19:46:10 +00:00
tools.php
update-core.php Code Modernization: Replace phpversion() function calls with PHP_VERSION constant. 2022-05-20 17:38:14 +00:00
update.php
upgrade-functions.php
upgrade.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
upload.php Help/About: Typo correction in the Media Library help tab text. 2022-06-29 13:39:14 +00:00
user-edit.php General: Replace all esc_url_raw() calls in core with sanitize_url(). 2022-06-01 18:14:10 +00:00
user-new.php Users: Use autocomplete values on user profiles. 2022-04-08 17:40:07 +00:00
users.php Help/About: Add help tab info for the "Send password reset" row action on Users screen. 2022-07-05 00:25:13 +00:00
widgets-form-blocks.php
widgets-form.php
widgets.php