Skip to content

Commit

Permalink
πŸ“ updates function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfazioli committed Nov 27, 2024
1 parent 016fcf3 commit e7ff5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function wpkirk_toc($title = "")
* The content can be a string or a callable function.
*
* @param string|callable $strFunc The content for the section header.
* @return string The ID of the section header.
* @return string The ID of the section header. You may use that to link back the anchor.
*/
function wpkirk_section($strFunc)
{
Expand Down

0 comments on commit e7ff5d5

Please sign in to comment.