Use a rich text editor for blog description

This commit is contained in:
Jeremy Dormitzer 2018-11-07 07:51:39 -05:00
parent ab3e86d3f6
commit 23d2d51f25

View File

@ -41,9 +41,11 @@ function register_settings_fields() {
'pterotype_blog_description',
'Site Description',
function() {
?>
<textarea name="pterotype_blog_description"><?php echo get_blog_description_value(); ?></textarea>
<?php
\wp_editor( get_blog_description_value(), 'pterotype_blog_description', array(
'teeny' => true,
'textarea_rows' => 20,
'editor_css' => '<style>.wp-editor-wrap { max-width: 768px; }</style>'
) );
},
'pterotype',
'pterotype_identity'