Ticket #32118: 32118-2.diff
| File 32118-2.diff, 551 bytes (added by , 11 years ago) |
|---|
-
wp-includes/formatting.php
4141 4141 4142 4142 $version = 'ver=' . $wp_version; 4143 4143 4144 if ( SCRIPT_DEBUG ) {4144 if ( defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ) { 4145 4145 $settings['source'] = array( 4146 4146 /** This filter is documented in wp-includes/class.wp-scripts.php */ 4147 4147 'wpemoji' => apply_filters( 'script_loader_src', includes_url( "js/wp-emoji.js?$version" ), 'wpemoji' ),