Skip to content
This repository has been archived by the owner on Jan 10, 2018. It is now read-only.

Remove deprecated constant HEADER_TEXTCOLOR #27

Closed
grappler opened this issue Sep 10, 2016 · 1 comment · Fixed by #36
Closed

Remove deprecated constant HEADER_TEXTCOLOR #27

grappler opened this issue Sep 10, 2016 · 1 comment · Fixed by #36

Comments

@grappler
Copy link
Member

The constant HEADER_TEXTCOLOR was deprecated in WP 3.4.

Constants are lame. Don't reference them. This is just for backward compatibility.

from /wp-includes/theme.php#L1645

We are adding a check to the new Theme Check to not allow deprecated constants. WPTT/WPThemeReview#30

Related: Automattic/_s#991

@davidakennedy
Copy link
Collaborator

This looks good to me – thanks for the issue and pull request!

davidakennedy added a commit that referenced this issue Sep 20, 2016
Remove deprecated constant HEADER_TEXTCOLOR.

Fixes #27.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants