[wp-trac] [WordPress Trac] #6479: Encourage people to change default tagline
WordPress Trac
noreply at wordpress.org
Tue Aug 2 15:50:37 UTC 2022
#6479: Encourage people to change default tagline
-------------------------------------------------+-------------------------
Reporter: markjaquith | Owner: audrasjb
Type: enhancement | Status: reviewing
Priority: normal | Milestone: 6.1
Component: Administration | Version: 2.5
Severity: normal | Resolution:
Keywords: has-patch needs-user-docs has-unit- | Focuses:
tests |
-------------------------------------------------+-------------------------
Comment (by sabernhardt):
Thanks for updating the tests!
About 6479.4.patch:
Having an empty tagline is not an error.
If we want an admin notice to ''recommend'' setting a tagline, it:
1. Must verify that the user has the `manage_options` capability to change
site settings.
2. Needs to be permanently dismissible.
3. Could have the `notice-info` (blue) styling.
4. Needs meaningful text in the link (something like "create a site
tagline" instead of "click here").
{{{
sprintf(
__( 'Your site does not have a tagline. If you would like, you
could <a href="%s">create a site tagline</a>.' ),
admin_url( 'options-general.php' )
)
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/6479#comment:52>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list