Making WordPress.org


Ignore:
Timestamp:
10/09/2024 08:48:37 PM (13 months ago)
Author:
coffee2code
Message:

Photo Directory: Add template and support and styles for user favorites.

Props nilovelez, coffee2code.
Fixes #7513.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/functions.php

    r12969 r14102  
    105105
    106106    if ( is_singular( get_photo_post_type() ) ) {
     107        wp_enqueue_script( 'wporg-photos-favorite', get_stylesheet_directory_uri() . '/js/favorite.js', [], filemtime( __DIR__ . '/js/favorite.js' ), true );
    107108        wp_enqueue_script( 'wporg-photos-attribution', get_stylesheet_directory_uri() . '/js/attribution.js', [], filemtime( __DIR__ . '/js/attribution.js' ), true );
    108109        wp_localize_script(
Note: See TracChangeset for help on using the changeset viewer.