Changeset 49239 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 10/20/2020 04:53:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r49215 r49239 5666 5666 * @param string $url The emoji base URL for png images. 5667 5667 */ 5668 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/13.0. 0/72x72/' ),5668 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/13.0.1/72x72/' ), 5669 5669 5670 5670 /** … … 5684 5684 * @param string $url The emoji base URL for svg images. 5685 5685 */ 5686 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/13.0. 0/svg/' ),5686 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/13.0.1/svg/' ), 5687 5687 5688 5688 /** … … 5799 5799 5800 5800 /** This filter is documented in wp-includes/formatting.php */ 5801 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/13.0. 0/72x72/' );5801 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/13.0.1/72x72/' ); 5802 5802 5803 5803 /** This filter is documented in wp-includes/formatting.php */
Note: See TracChangeset
for help on using the changeset viewer.