WordPress.org

Make WordPress Core

Opened 4 months ago

Closed 11 days ago

#28682 closed enhancement (fixed)

Live-update the site title in the admin bar when changing the corresponding setting field

Reported by: celloexpressions Owned by: SergeyBiryukov
Milestone: 4.1 Priority: normal
Severity: normal Version:
Component: Options, Meta APIs Keywords: has-patch
Focuses: ui, javascript, administration Cc:

Description

Similarly to how #23076 works, for the Settings -> General screen.

Attachments (2)

28682.diff (738 bytes) - added by celloexpressions 4 months ago.
28682.patch (1.0 KB) - added by avryl 2 weeks ago.

Download all attachments as: .zip

Change History (8)

celloexpressions4 months ago

comment:1 celloexpressions4 months ago

  • Keywords has-patch added

comment:2 celloexpressions3 months ago

Worth noting that this now happens in the Customizer, where the site title is displayed under "You are customizing".

comment:3 DrewAPicture3 weeks ago

  • Component changed from General to Options, Meta APIs

comment:4 celloexpressions2 weeks ago

  • Milestone changed from Awaiting Review to 4.1

Should be ready for commit unless anyone has other considerations to bring up. We're doing similar things in the Customizer and in Menus now too.

avryl2 weeks ago

comment:5 avryl2 weeks ago

Should probably cache the queries a bit (you can use this). Refreshed the patch.

comment:6 SergeyBiryukov11 days ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 29963:

Live-update site title in toolbar when changing the corresponding field in General Settings.

props celloexpressions, avryl.
fixes #28682.

Note: See TracTickets for help on using tickets.