Skip to content

Commit

Permalink
Update build-module-headings-translations.php
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Jun 19, 2019
1 parent a12a454 commit 89b2c56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/build-module-headings-translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Do not edit this file. It's generated by `jetpack/tools/build-module-headings-translations.php`
/**
* For a given module, return an array with translated name, description and recommended description.
* For a given module, return an array with translated name and description.
*
* @param string \$key Module file name without .php
*
Expand Down Expand Up @@ -36,7 +36,6 @@ function jetpack_get_module_i18n( \$key ) {
$all_headers = array(
'name' => 'Module Name',
'description' => 'Module Description',
'recommended description' => 'Jumpstart Description',
'tags' => 'Module Tags',
);

Expand Down

0 comments on commit 89b2c56

Please sign in to comment.