Make WordPress Core

Changeset 31938


Ignore:
Timestamp:
03/31/2015 04:30:38 AM (9 years ago)
Author:
pento
Message:

Emoji: Change the emoji CDN to w.org, from wp.com.

See #31651.

File:
1 edited

Legend:

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

    r31926 r31938  
    41264126         * @param string The emoji base URL.
    41274127         */
    4128         'baseUrl' => apply_filters( 'emoji_url', set_url_scheme( '//s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72' ) ),
     4128        'baseUrl' => apply_filters( 'emoji_url', set_url_scheme( '//s.w.org/images/core/emoji/72x72' ) ),
    41294129
    41304130        /**
     
    42404240
    42414241    /** This filter is documented in wp-includes/formatting.php */
    4242     $cdn_url = apply_filters( 'emoji_url', set_url_scheme( '//s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72/' ) );
     4242    $cdn_url = apply_filters( 'emoji_url', set_url_scheme( '//s.w.org/images/core/emoji/72x72' ) );
    42434243
    42444244    /** This filter is documented in wp-includes/formatting.php */
Note: See TracChangeset for help on using the changeset viewer.