Changeset 32116 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 04/12/2015 09:28:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r31034 r32116 46 46 function options_reading_blog_charset() { 47 47 echo '<input name="blog_charset" type="text" id="blog_charset" value="' . esc_attr( get_option( 'blog_charset' ) ) . '" class="regular-text" />'; 48 echo '<p class="description">' . __( 'The <a href="http ://codex.wordpress.org/Glossary#Character_set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>';48 echo '<p class="description">' . __( 'The <a href="https://codex.wordpress.org/Glossary#Character_set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>'; 49 49 } 50 50 … … 67 67 get_current_screen()->set_help_sidebar( 68 68 '<p><strong>' . __('For more information:') . '</strong></p>' . 69 '<p>' . __('<a href="http ://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' .69 '<p>' . __('<a href="https://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' . 70 70 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 71 71 );
Note: See TracChangeset
for help on using the changeset viewer.