screen_icon has been deprecated with WP 3.8

This commit is contained in:
Ben Word
2013-12-29 14:13:23 -06:00
parent d581900fe8
commit e4ac25853c

View File

@@ -47,7 +47,6 @@ function roots_get_theme_activation_options() {
function roots_theme_activation_options_render_page() { ?>
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php printf(__('%s Theme Activation', 'roots'), wp_get_theme()); ?></h2>
<?php settings_errors(); ?>