Ticket #35376: 35376.patch
File 35376.patch, 956 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/formatting.php
4532 4532 * 4533 4533 * @param string The emoji base URL. 4534 4534 */ 4535 'baseUrl' => apply_filters( 'emoji_url', set_url_scheme( '//s.w.org/images/core/emoji/72x72/' )),4535 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/72x72/' ), 4536 4536 4537 4537 /** 4538 4538 * Filter the extension of the emoji files. … … 4644 4644 $text = wp_encode_emoji( $text ); 4645 4645 4646 4646 /** This filter is documented in wp-includes/formatting.php */ 4647 $cdn_url = apply_filters( 'emoji_url', set_url_scheme( '//s.w.org/images/core/emoji/72x72/' ));4647 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/72x72/' ); 4648 4648 4649 4649 /** This filter is documented in wp-includes/formatting.php */ 4650 4650 $ext = apply_filters( 'emoji_ext', '.png' );