Changeset 44644 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 01/18/2019 01:41:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r44635 r44644 5399 5399 * @param string The emoji base URL for png images. 5400 5400 */ 5401 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/11 /72x72/' ),5401 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/11.2.0/72x72/' ), 5402 5402 5403 5403 /** … … 5417 5417 * @param string The emoji base URL for svg images. 5418 5418 */ 5419 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/11 /svg/' ),5419 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/11.2.0/svg/' ), 5420 5420 5421 5421 /** … … 5541 5541 5542 5542 /** This filter is documented in wp-includes/formatting.php */ 5543 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/11 /72x72/' );5543 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/11.2.0/72x72/' ); 5544 5544 5545 5545 /** This filter is documented in wp-includes/formatting.php */
Note: See TracChangeset
for help on using the changeset viewer.