Changeset 7435
- Timestamp:
- 07/12/2018 12:59:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r7432 r7435 71 71 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 72 72 73 if ( is_page( 'download' ) && ( ! defined( 'IS_ROSETTA_NETWORK' ) || ! IS_ROSETTA_NETWORK) ) {73 if ( is_page( 'download' ) || is_page( 'stats' ) ) { 74 74 // Move jQuery to footer on w.org's Download page... 75 75 wp_scripts()->add_data( 'jquery', 'group', 1 );
Note: See TracChangeset
for help on using the changeset viewer.