Skip to content

Commit

Permalink
Add missing doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrakern committed Oct 17, 2024
1 parent 6249bdd commit 40c1ad0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions includes/functions/_helpers-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -1259,10 +1259,15 @@ function fictioneer_get_chapter_micro_menu( $args ) {
// GET SIMPLE CHAPTER LIST
// =============================================================================





/**
* Returns array with ordered chapter index list item HTML strings
*
* @since 5.25.0
*
* @param int $story_id The story ID.
*
* @return array Ordered array of list item HTMl strings (starting at 1).
*/

function fictioneer_get_chapter_index_array( $story_id ) {
// Meta cache?
Expand Down

0 comments on commit 40c1ad0

Please sign in to comment.