issues
search
murtaugh
/
HTML5-Reset-WordPress-Theme
A style-free WordPress theme to get you started with proper HTML5 semantics and structures.
1.1k
stars
286
forks
source link
Deprecated functions
#78
Closed
aleschmid
closed
11 years ago
aleschmid
commented
11 years ago
The functions below are deprecated:
wp_specialchars
lines 28, 48 of header.php
automatic_feed_links
line 11 of functions.php
They should be replaced by:
esc_html
add_theme_support( 'automatic-feed-links' )
The functions below are deprecated:
They should be replaced by: