Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverharrison committed Nov 4, 2022
1 parent 5fb4457 commit 087d806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
/**
* Expected shape of the links array.
* [
* 'title' => 'url' (relative),
* 'title' => 'url' (relative),
* post_ID,
* post_ID,
* ]
*
* These will render like:
* Home / Link 1 / Link 2
* Home / Link 1 / Link 2 / Current Page
*
* The home icon will display if 'display_home_icon' is true, otherwise 'Home' will be displayed as text.
* The current page will display if 'display_current_page' is true.
Expand Down

0 comments on commit 087d806

Please sign in to comment.