Changeset 55414 for trunk/src/wp-admin/includes/options.php
- Timestamp:
- 02/23/2023 11:04:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/options.php
r55412 r55414 131 131 function options_reading_blog_charset() { 132 132 echo '<input name="blog_charset" type="text" id="blog_charset" value="' . esc_attr( get_option( 'blog_charset' ) ) . '" class="regular-text" />'; 133 echo '<p class="description">' . __( 'The <a href="https://wordpress.org/documentation/article/ glossary/#character-set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>';133 echo '<p class="description">' . __( 'The <a href="https://wordpress.org/documentation/article/wordpress-glossary/#character-set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>'; 134 134 }
Note: See TracChangeset
for help on using the changeset viewer.