Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
fix(module-recent_comments): fix typo
Browse files Browse the repository at this point in the history
* fix: typo in extended options documentation
* fix: rename recent comments module
  • Loading branch information
greatislander authored Aug 31, 2020
1 parent 98582d6 commit e88ee19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ add_theme_support('soil', [
/**
* Disable recent comments CSS.
*/
'disable_rececent_comments_css',
'disable_recent_comments_css',

/**
* Disable gallery CSS.
Expand Down
4 changes: 2 additions & 2 deletions src/Modules/CleanUpModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class CleanUpModule extends AbstractModule
*
* @var bool
*/
'disable_rececent_comments_css' => true,
'disable_recent_comments_css' => true,

/**
* Disable gallery CSS.
Expand Down Expand Up @@ -113,7 +113,7 @@ public function handle()
'disable_emojis' => 'disableEmojis',
'disable_gutenberg_block_css' => 'disableGutenbergBlockCss',
'disable_extra_rss' => 'disableExtraRss',
'disable_rececent_comments_css' => 'disableRecentCommentsCss',
'disable_recent_comments_css' => 'disableRecentCommentsCss',
'disable_gallery_css' => 'disableGalleryCss',
'clean_html5_markup' => 'cleanHtmlMarkup',
];
Expand Down

0 comments on commit e88ee19

Please sign in to comment.