chore: add @since

This commit is contained in:
iniznet 2024-10-13 23:08:49 +07:00
parent 7c27007ba7
commit d252e66a15

View File

@ -2352,6 +2352,8 @@ if ( ! get_option( 'fictioneer_disable_all_widgets' ) ) {
/**
* Shortcode to add tooltip modal
*
* @since 5.25.0
*
* @param array $atts Shortcode attributes.
* @param string $content Shortcode content.
* @return string The shortcode HTML.
@ -2427,6 +2429,8 @@ add_shortcode( 'fcnt', 'fictioneer_shortcode_tooltip' );
/**
* Store footnotes for later use
*
* @since 5.25.0
*
* @param int $tooltip_count Tooltip counter.
* @param string $content Footnote content.
*/
@ -2446,6 +2450,8 @@ add_action( 'fictioneer_after_tooltip_shortcode', 'fictioneer_store_footnote', 1
/**
* Renders the footnotes after the content
*
* @since 5.25.0
*
* @param string $content The post content.
* @return string The post content with footnotes.
*/