Changeset 55412 for trunk/src/wp-admin/includes/options.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/options.php
r52285 r55412 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/ support/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/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.