Changeset 6339
- Timestamp:
- 01/10/2018 06:23:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r6338 r6339 101 101 // React is currently only used on detail pages. 102 102 if ( is_single() ) { 103 wp_enqueue_script( 'wporg-plugins-client', get_template_directory_uri() . '/js/theme.js', array(), '201 70501', true );103 wp_enqueue_script( 'wporg-plugins-client', get_template_directory_uri() . '/js/theme.js', array(), '20180110', true ); 104 104 wp_localize_script( 'wporg-plugins-client', 'pluginDirectory', array( 105 105 'endpoint' => untrailingslashit( rest_url() ), // 'https://wordpress.org/plugins-wp/wp-json', … … 114 114 'localeSlug' => _x( 'en', 'locale slug', 'wporg-plugins' ), 115 115 ), 116 116 'screenshots' => __( 'Screenshots', 'wporg-plugins' ), 117 117 ) ); 118 118 }
Note: See TracChangeset
for help on using the changeset viewer.