#62081 closed defect (bug) (fixed)
Block editor and Customizer display avatars even when 'show_avatars' option is disabled
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch |
Focuses: | Cc: |
Description
In two instances, avatars are displayed even when the site option show_avatars
is disabled.
- Block editor: the avatar is passed in to
$editor_settings
on initial load byedit-form-blocks.php
- Customizer: outputs the avatar via
WP_Customize_Manager->get_lock_user_data()
This is already handled correctly in the classic editor and in the Heartbeat AJAX handler for refreshing the post lock.
Attachments (4)
Change History (8)
This ticket was mentioned in PR #7400 on WordPress/wordpress-develop by @ffffelix.
6 months ago
#1
- Keywords has-patch added
#2
@
6 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 59078:
@SergeyBiryukov commented on PR #7400:
6 months ago
#4
Thanks for the PR! Merged in r59078.
Note: See
TracTickets for help on using
tickets.
Adds checks for the
show_avatars
option before setting the avatar for post lock modals in the block editor and the Customizer.Trac ticket: https://core.trac.wordpress.org/ticket/62081