diff --git a/src/MakePotCommand.php b/src/MakePotCommand.php index b048c000..bfe37c61 100644 --- a/src/MakePotCommand.php +++ b/src/MakePotCommand.php @@ -620,7 +620,7 @@ protected function extract_strings() { if ( ! $this->skip_php ) { $options = [ - // Extract 'Title' headers from pattern files. + // Extract 'Title' and 'Description' headers from pattern files. 'wpExtractPatterns' => isset( $this->main_file_data['Theme Name'] ), 'include' => array_merge( $this->include, array( 'patterns' ) ), 'exclude' => $this->exclude,