Opened 7 weeks ago
Last modified 2 weeks ago
#62660 new enhancement
Improve Customizer description in dashboard welcome panel
Reported by: | 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’s logo, header, color, menus, widgets, and more in the Customizer.' ); ?></p>
Attachments (2)
Change History (7)
This ticket was mentioned in PR #7968 on WordPress/wordpress-develop by @deepakrohilla.
7 weeks ago
#1
#2
@
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
@
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
@
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.
https://core.trac.wordpress.org/ticket/62660