options_reading_blog_charset

函数


options_reading_blog_charset ( No parameters )
定义位置
  • wp-admin/includes/options.php
    , line 131
引入
3.5.0
弃用

Render the site charset setting.

function options_reading_blog_charset() {
	echo '';
	echo '

' . __( 'The character encoding of your site (UTF-8 is recommended)' ) . '

'; }