Changeset 12385 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/functions.php
- Timestamp:
- 02/03/2023 06:41:44 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/functions.php
r12306 r12385 103 103 wp_register_script( 'grofiles-cards', false ); 104 104 wp_enqueue_script( 'grofiles-cards' ); 105 106 if ( is_singular( get_photo_post_type() ) ) { 107 wp_enqueue_script( 'wporg-photos-attribution', get_stylesheet_directory_uri() . '/js/attribution.js', [], filemtime( __DIR__ . '/js/attribution.js' ), true ); 108 wp_localize_script( 109 'wporg-photos-attribution', 110 'PhotoDir', 111 [ 112 'copied_text' => __( 'Copied!', 'wporg-photos' ), 113 'copy_to_clipboard_text' => __( 'Copy to clipboard', 'wporg-photos' ), 114 ] 115 ); 116 } 105 117 } 106 118 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\scripts' );
Note: See TracChangeset
for help on using the changeset viewer.