Skip to content

Commit

Permalink
changelog.md typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Jul 7, 2015
1 parent f9c666b commit 7f944f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Expand Up @@ -7,7 +7,7 @@
* Plugins and themes can now filter the `breadcrumb_trail_object` to use their own sub-classes of `Breadcrumb_Trail`.
* Adds the `role` and `aria-label` attributes to improve accessibility.
* Changed from a flat HTML structure to a proper HTML5 `<nav>` > header > list structure.
* Added basic CSS output for themes that don't support the plugin. This was needed for backwards compatibility and the new HTML structure.
* Added basic CSS output for themes that don't support the plugin. This was needed for backwards compatibility with the new HTML structure.
* Added additional classes for styling in themes such as `.trail-items` (items wrapper) and `.trail-item` (single item).
* Improved [Schema.org](http://schema.org) support for the newer [BreadcrumbList](http://schema.org/BreadcrumbList) type.
* The category will now be shown by default on sites with a `%postname%` permalink structure for single post views.
Expand All @@ -16,7 +16,7 @@

### Fixed

* Accounts if `is_paged()` on single post views, which is needed for custom post types like forums that are paged.
* Accounts for `is_paged()` on single post views, which is needed for custom post types like forums that are paged.
* Always makes sure taxonomy terms exist before adding them as breadcrumb items.
* Uses `get_post()` instead of the deprecated `get_page()` function.
* Don't show parent page item if it's set as the front page and we're viewing a child page.
Expand Down

0 comments on commit 7f944f1

Please sign in to comment.