Skip to content

Commit e7ff5d5

Browse files
committed
📝 updates function docs
1 parent 016fcf3 commit e7ff5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function wpkirk_toc($title = "")
4646
* The content can be a string or a callable function.
4747
*
4848
* @param string|callable $strFunc The content for the section header.
49-
* @return string The ID of the section header.
49+
* @return string The ID of the section header. You may use that to link back the anchor.
5050
*/
5151
function wpkirk_section($strFunc)
5252
{

0 commit comments

Comments
 (0)