Changeset 38717 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 10/04/2016 03:23:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r38646 r38717 4949 4949 * @param string The emoji base URL for png images. 4950 4950 */ 4951 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2 /72x72/' ),4951 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2.2.1/72x72/' ), 4952 4952 4953 4953 /** … … 4967 4967 * @param string The emoji base URL for svg images. 4968 4968 */ 4969 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2 /svg/' ),4969 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.2.1/svg/' ), 4970 4970 4971 4971 /** … … 5079 5079 5080 5080 /** This filter is documented in wp-includes/formatting.php */ 5081 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2 /72x72/' );5081 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2.2.1/72x72/' ); 5082 5082 5083 5083 /** This filter is documented in wp-includes/formatting.php */
Note: See TracChangeset
for help on using the changeset viewer.