- Timestamp:
- 04/10/2018 03:45:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r6968 r7073 128 128 ]; 129 129 130 if ( defined( 'WPORG_SANDBOXED' ) && WPORG_SANDBOXED ) { 131 return $src; 132 } 133 130 134 // Use CDN url. 131 135 if ( in_array( $handle, $cdn_handles, true ) ) {
Note: See TracChangeset
for help on using the changeset viewer.