Changeset 38459 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 08/31/2016 05:48:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r38359 r38459 4928 4928 * @since 4.6.0 4929 4929 * @access private 4930 *4931 * @global string $wp_version WordPress version string.4932 4930 */ 4933 4931 function _print_emoji_detection_script() { 4934 global $wp_version;4935 4936 4932 $settings = array( 4937 4933 /** … … 4972 4968 ); 4973 4969 4974 $version = 'ver=' . $wp_version;4970 $version = 'ver=' . get_bloginfo( 'version' ); 4975 4971 4976 4972 if ( SCRIPT_DEBUG ) {
Note: See TracChangeset
for help on using the changeset viewer.