Changeset 13454 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/template-tags.php
- Timestamp:
- 04/04/2024 03:52:58 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/template-tags.php
r13445 r13454 89 89 </div> 90 90 <?php 91 wp_add_inline_script(92 'wporg-plugins-faq',93 "jQuery( '.plugin-favorite-heart' )94 .on( 'click touchstart animationend', function () {95 jQuery( this ).toggleClass( 'is-animating' );96 } )97 .on( 'click', function () {98 jQuery( this ).toggleClass( 'favorited' );99 } );"100 );101 91 } 102 92
Note: See TracChangeset
for help on using the changeset viewer.