Make WordPress Core

Opened 7 weeks ago

Last modified 2 weeks ago

#62660 new enhancement

Improve Customizer description in dashboard welcome panel

Reported by: subrata-deb-nath's profile Subrata Deb Nath Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.9
Component: Administration Keywords: has-patch has-screenshots
Focuses: ui-copy Cc:

Description

Not all users know what the Customizer offers. Highlighting its capabilities—like editing logos, headers, colors, menus, and widgets—encourages them to explore and utilize these tools.

File: src/wp-admin/includes/dashboard.php

<?php

<p><?php _e( 'Configure your site&#8217;s logo, header, color, menus, widgets, and more in the Customizer.' ); ?></p>

Attachments (2)

Screenshot (1).png (68.1 KB) - added by Subrata Deb Nath 7 weeks ago.
Screenshot (1).2.png (54.2 KB) - added by Subrata Deb Nath 7 weeks ago.

Download all attachments as: .zip

Change History (7)

#2 @narenin
7 weeks ago

Test Report

PR: https://github.com/WordPress/wordpress-develop/pull/7968
Environment
PHP: 8.0
WordPress: 6.7.1
Active Plugins: None

Actual Results:
✅ With this PR we are getting the expected result.

@Subrata Deb Nath commented on PR #7968:


7 weeks ago
#3

Thanks For Support @deepakrohillas

#4 @ranafge
6 weeks ago

Test Report


PR: https://github.com/WordPress/wordpress-develop/pull/7968

Environment

PHP: 8.0
WordPress: 6.7.1
Database: MySQL (Server: 5.7.28)
Browser: Chrome 124.0.0.0
Active Plugins: None

Actual Results:

✅ With this PR we are getting the expected result.

#5 @sabernhardt
2 weeks ago

  • Component changed from Text Changes to Administration
  • Focuses ui-copy added
  • Summary changed from Add a dashboard page below some description of WordPress 6.8 to Improve Customizer description in dashboard welcome panel
  • Type changed from defect (bug) to enhancement
  • Version changed from trunk to 5.9

#54489 updated the dashboard welcome panel to reflect the block themes' experience, and the Customizer text is the fallback for any site using a 'classic' theme.

Note: See TracTickets for help on using tickets.