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:

  1. wp_specialchars lines 28, 48 of header.php
  2. automatic_feed_links line 11 of functions.php

They should be replaced by:

  1. esc_html
  2. add_theme_support( 'automatic-feed-links' )