chore: fictioneer_store_footnote phpdoc

This commit is contained in:
iniznet 2024-10-13 23:15:36 +07:00
parent 6e7ef8923e
commit 3459ed1531

View File

@ -2434,8 +2434,9 @@ add_shortcode( 'fcnt', 'fictioneer_shortcode_tooltip' );
* @since 5.25.0
*
* @param int $tooltip_count Tooltip counter.
*
* @param string $content Footnote content.
*
* @return void
*/
function fictioneer_store_footnote( $tooltip_count, $content ) {
global $fictioneer_footnotes;