mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-05 09:40:13 +00:00
Migration to get_settings
git-svn-id: https://develop.svn.wordpress.org/trunk@956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
2
wp.php
2
wp.php
@@ -7,7 +7,7 @@ require_once("wp-blog-header.php");
|
||||
<head>
|
||||
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
|
||||
<!-- Change charset if needed(?) But please do not remove this metatag -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
|
||||
<meta name="generator" content="WordPress <?php $wp_version ?>" /> <!-- leave this for stats -->
|
||||
<meta http-equiv="reply-to" content="you@somewhere.zzz" />
|
||||
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
|
||||
|
||||
Reference in New Issue
Block a user