[buddypress-trac] [BuddyPress Trac] #9062: Emails default footer text should not hard-code year and site title
buddypress-trac
noreply at wordpress.org
Tue Jan 9 12:47:34 UTC 2024
#9062: Emails default footer text should not hard-code year and site title
-------------------------+-----------------------------
Reporter: slaFFik | Owner: DJPaul
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Emails | Version:
Severity: normal | Keywords:
-------------------------+-----------------------------
Right now it's:
{{{
© 2024 Site Title
}}}
In reality (IMO) it should be something like this:
{{{
© {{currentyear}} {{site.title}}
}}}
This will make it dynamic and admins won't need to update it every year
and every time they change the site title.
this is an opportunity to add other email tags:
- `site.title`
- `site.tagline`
- `site.url`
- etc
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9062>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list