function shortcode_icon($atts, $content = null)
{
    return theme_icon($atts, $content);
}
Beispiel #2
0
	<meta charset="<?php 
bloginfo('charset');
?>
">
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
	<title> <?php 
wp_title('|', true, 'right');
?>
 </title>
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
">
	<?php 
theme_icon();
?>
	<!--[if lt IE 9]>
	<script src="<?php 
echo get_template_directory_uri();
?>
/js/html5.js"></script>
	<![endif]-->
	<?php 
if (is_singular() && get_option('thread_comments')) {
    wp_enqueue_script('comment-reply');
}
wp_head();
?>
</head>