Changeset 4376 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 11/18/2016 06:01:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r4327 r4376 103 103 } 104 104 105 if ( isset( $_REQUEST['react'] ) ) {105 if ( !isset( $_REQUEST['noreact'] ) ) { 106 106 wp_enqueue_script( 'wporg-plugins-client', get_template_directory_uri() . '/js/theme.js', array(), false, true ); 107 107 wp_localize_script( 'wporg-plugins-client', 'app_data', array(
Note: See TracChangeset
for help on using the changeset viewer.