You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know why headers would be supported in PHPDoc though, so ideally we should be disabling that functionality.. but I'm not sure it's an "easy" change.
Originally posted in documentation GitHub WordPress/Documentation-Issue-Tracker#1208
Issue Description
Special Strings in the "new_admin_email_content" filter documentation are incorrect. They are missing the leading
###
characters.URL of the Page with the Issue
https://developer.wordpress.org/reference/hooks/new_admin_email_content/
Section of Page with the issue
Description
Why is this a problem?
Using the names specified in the documentation will result in the strings not being properly replaced when the new admin notification email is sent.
Suggested Fix
USERNAME###
should be changed to###USERNAME###
ADMIN_URL###
should be changed to###ADMIN_URL###
EMAIL###
should be changed to###EMAIL###
SITENAME###
should be changed to###SITENAME###
SITEURL###
should be changed to###SITEURL###
How it appears in documentation
How it appears in code
The text was updated successfully, but these errors were encountered: