Skip to content

Commit

Permalink
Update src/MakePotCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
oandregal and swissspidy authored Apr 6, 2022
1 parent 8b584de commit 4a4549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MakePotCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4a4549b

Please sign in to comment.