Skip to content

Commit

Permalink
Fixing coding issues - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajinsharwar committed Nov 16, 2023
1 parent 8cc458c commit 30807e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8919,6 +8919,6 @@ function add_tooltip( $field_id, $tooltip_text, $tooltip_button_label = 'Help' )
* @since 6.5.0
*
*/
wp_enqueue_style( 'tooltip-style', includes_url( '/css/wp-tooltip.css' ), array(), '1.0' );
wp_enqueue_style( 'tooltip-style', includes_url( '/css/wp-tooltip.css' ), array(), '1.0' );
wp_enqueue_script( 'tooltip-script', includes_url( '/js/wp-tooltip.js' ), array( 'jquery' ), '1.0', true );
}

0 comments on commit 30807e1

Please sign in to comment.