Make WordPress Core


Ignore:
Timestamp:
04/02/2015 12:10:36 AM (10 years ago)
Author:
pento
Message:

Emoji: [31938] forgot a / in the emoji CDN URL.

See #31651.

File:
1 edited

Legend:

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

    r31965 r31977  
    41264126         * @param string The emoji base URL.
    41274127         */
    4128         'baseUrl' => apply_filters( 'emoji_url', set_url_scheme( '//s.w.org/images/core/emoji/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( '//s.w.org/images/core/emoji/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.