Skip to content

Commit

Permalink
Fix CHANGELOG nested ul indendation
Browse files Browse the repository at this point in the history
Use two spaces instead of 4 for Code Climate
  • Loading branch information
toddmilliken committed Oct 3, 2018
1 parent 10feab2 commit 2b7ebb1
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,31 +78,31 @@
passed.
- Introduce several action hooks to make it easier for child themes to inject
markup without having to copy the entire template file. Hooks introduced:
- `r_after_opening_body_tag`
- `r_before_opening_wrapper`
- `r_after_opening_wrapper`
- `r_before_opening_container_outer`
- `r_after_opening_container_outer`
- `r_before_opening_container_inner`
- `r_after_opening_container_inner`
- `r_before_masthead`
- `r_after_masthead`
- `r_before_closing_container_inner`
- `r_after_closing_container_inner`
- `r_before_closing_container_outer`
- `r_after_closing_container_outer`
- `r_before_closing_wrapper`
- `r_after_closing_wrapper`
- `r_before_branding_masterplate`
- `r_after_branding_masterplate`
- `r_before_bumc_branding_logo`
- `r_after_bumc_branding_logo`
- `r_before_branding_disclaimer`
- `r_after_branding_disclaimer`
- ~~`r_before_content_banner_{position}`~~
- ~~`r_before_content_banner`~~
- ~~`r_after_content_banner_{position}`~~
- ~~`r_after_content_banner`~~
- `r_after_opening_body_tag`
- `r_before_opening_wrapper`
- `r_after_opening_wrapper`
- `r_before_opening_container_outer`
- `r_after_opening_container_outer`
- `r_before_opening_container_inner`
- `r_after_opening_container_inner`
- `r_before_masthead`
- `r_after_masthead`
- `r_before_closing_container_inner`
- `r_after_closing_container_inner`
- `r_before_closing_container_outer`
- `r_after_closing_container_outer`
- `r_before_closing_wrapper`
- `r_after_closing_wrapper`
- `r_before_branding_masterplate`
- `r_after_branding_masterplate`
- `r_before_bumc_branding_logo`
- `r_after_bumc_branding_logo`
- `r_before_branding_disclaimer`
- `r_after_branding_disclaimer`
- ~~`r_before_content_banner_{position}`~~
- ~~`r_before_content_banner`~~
- ~~`r_after_content_banner_{position}`~~
- ~~`r_after_content_banner`~~
- ~~Added `r_content_banner_args` filter for modifying generated content banner
arguments.~~
- ~~Added `r_content_banner_output` filter for modifying content banner output.
Expand Down Expand Up @@ -250,11 +250,11 @@
## 1.3.4-beta

- Create new gravity forms contact forms only when necessary.
- They should be generated only when current site has contact forms using
the Contact Us plugin.
- Previous bug: gravity forms were generated for sites without contact
forms. And if the theme got activated multiple times, more gravity forms
were generated each time.
- They should be generated only when current site has contact forms using
the Contact Us plugin.
- Previous bug: gravity forms were generated for sites without contact
forms. And if the theme got activated multiple times, more gravity forms
were generated each time.

## 1.3.3-beta

Expand Down

0 comments on commit 2b7ebb1

Please sign in to comment.