Changeset 8881
- Timestamp:
- 05/27/2019 04:50:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r8772 r8881 71 71 */ 72 72 function scripts() { 73 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190510 a' );73 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190510b' ); 74 74 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 75 75 … … 85 85 wp_enqueue_script( 'wporg-plugins-popover', get_stylesheet_directory_uri() . '/js/popover.js', array( 'jquery' ), '20171002', true ); 86 86 wp_enqueue_script( 'wporg-plugins-faq', get_stylesheet_directory_uri() . '/js/section-faq.js', array( 'jquery' ), '20180131', true ); 87 wp_enqueue_script( 'wporg-plugins-tabs', get_stylesheet_directory_uri() . '/js/tabs.js', array(), '20190527', true ); 87 88 } 88 89 … … 116 117 // React is currently only used on detail pages. 117 118 if ( is_single() ) { 118 wp_enqueue_script( 'wporg-plugins-client', get_stylesheet_directory_uri() . '/js/theme.js', array(), '201 80110', true );119 wp_enqueue_script( 'wporg-plugins-client', get_stylesheet_directory_uri() . '/js/theme.js', array(), '20190527', true ); 119 120 wp_localize_script( 'wporg-plugins-client', 'pluginDirectory', array( 120 121 'endpoint' => untrailingslashit( rest_url() ), // 'https://wordpress.org/plugins-wp/wp-json',
Note: See TracChangeset
for help on using the changeset viewer.