Make WordPress Core


Ignore:
Timestamp:
03/12/2015 07:52:13 PM (10 years ago)
Author:
azaozz
Message:

Emoji:

  • Patch twemoji.js to prevent infinite loop.
  • Fix some undefined errors in old IE.

Props iseulde. See #31242.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r31755 r31756  
    435435         * @param string The emoji base URL.
    436436         */
    437         'baseUrl' => apply_filters( 'emoji_url', '//s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72/' ),
     437        'baseUrl' => apply_filters( 'emoji_url', '//s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72' ),
    438438        /**
    439439         * Filter the extension of the emoji files.
Note: See TracChangeset for help on using the changeset viewer.