Removed wp_title() from header and added theme support for title-tag (WordPress 4.4 update)

This commit is contained in:
Pedro Reis 2015-10-23 10:00:28 +01:00
parent b6cb3bf3e6
commit 656977a440
3 changed files with 13 additions and 2 deletions

View file

@ -466,6 +466,13 @@ a {
color: #444;
text-decoration: underline; }
a[href^="tel"] {
color: inherit;
text-decoration: none;
font-family: inherit;
font-size: inherit;
font-style: inherit; }
/**
* Rulers
*/