Changeset 58147 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 05/14/2024 06:03:43 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-reading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r57797 r58147 65 65 settings_fields( 'reading' ); 66 66 67 if ( ! i n_array( get_option( 'blog_charset' ), array( 'utf8', 'utf-8', 'UTF8', 'UTF-8' ), true) ) {67 if ( ! is_utf8_charset() ) { 68 68 add_settings_field( 'blog_charset', __( 'Encoding for pages and feeds' ), 'options_reading_blog_charset', 'reading', 'default', array( 'label_for' => 'blog_charset' ) ); 69 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)