Skip to content

Commit 3322798

Browse files
committed
Fix content for blogdescription task
1 parent 21667a8 commit 3322798

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

classes/suggested-tasks/providers/class-blog-description.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function should_add_task() {
9292
*/
9393
public function print_popover_instructions() {
9494
?>
95-
<p><?php \esc_html_e( 'In a few words, explain what this site is about.', 'progress-planner' ); ?></p>
95+
<p><?php \esc_html_e( 'In a few words, explain what this site is about. This information is used in your website\'s schema and RSS feeds, and can be displayed on your site. The tagline typically is your site\'s mission statement.', 'progress-planner' ); ?></p>
9696
<?php
9797
}
9898

@@ -104,14 +104,14 @@ public function print_popover_instructions() {
104104
public function print_popover_form_contents() {
105105
?>
106106
<label>
107+
<p><?php echo \wp_kses_post( $this->get_task_details()['description'] ); ?></p>
107108
<input
108109
name="blogdescription"
109110
type="text"
110111
id="blogdescription"
111112
value="<?php echo \esc_attr( \get_bloginfo( 'description' ) ); ?>"
112113
class="regular-text"
113114
>
114-
<p><?php echo \wp_kses_post( $this->get_task_details()['description'] ); ?></p>
115115
</label>
116116
<button type="submit" class="prpl-button prpl-button-primary" style="color: #fff;">
117117
<?php \esc_html_e( 'Save', 'progress-planner' ); ?>

0 commit comments

Comments
 (0)