Changeset 31938
- Timestamp:
- 03/31/2015 04:30:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r31926 r31938 4126 4126 * @param string The emoji base URL. 4127 4127 */ 4128 'baseUrl' => apply_filters( 'emoji_url', set_url_scheme( '//s 0.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' ) ), 4129 4129 4130 4130 /** … … 4240 4240 4241 4241 /** This filter is documented in wp-includes/formatting.php */ 4242 $cdn_url = apply_filters( 'emoji_url', set_url_scheme( '//s 0.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' ) ); 4243 4243 4244 4244 /** This filter is documented in wp-includes/formatting.php */
Note: See TracChangeset
for help on using the changeset viewer.