Changeset 58147 for trunk/src/wp-admin/options.php
- Timestamp:
- 05/14/2024 06:03:43 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r58140 r58147 161 161 $mail_options = array( 'mailserver_url', 'mailserver_port', 'mailserver_login', 'mailserver_pass' ); 162 162 163 if ( ! i n_array( get_option( 'blog_charset' ), array( 'utf8', 'utf-8', 'UTF8', 'UTF-8' ), true) ) {163 if ( ! is_utf8_charset() ) { 164 164 $allowed_options['reading'][] = 'blog_charset'; 165 165 }
Note: See TracChangeset
for help on using the changeset viewer.