Skip to content

Commit

Permalink
Merge pull request #40 from jenlampton/38-drush
Browse files Browse the repository at this point in the history
Issue #38: Comment out drush extensions until they are working.
  • Loading branch information
Alex Finnarn committed May 9, 2017
2 parents ea823db + 82bc6a7 commit 3d52c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmlsitemap.drush.inc
Expand Up @@ -8,7 +8,7 @@

/**
* Implements hook_drush_command().
*/
function xmlsitemap_drush_command() {
$items['xmlsitemap-regenerate'] = array(
'description' => 'Regenerate the XML sitemap files.',
Expand Down Expand Up @@ -36,6 +36,7 @@ function xmlsitemap_drush_command() {
);
return $items;
}
*/

/**
* Regenerate the sitemap files from existing data.
Expand Down

0 comments on commit 3d52c7f

Please sign in to comment.