Changeset 40837 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 05/25/2017 07:17:57 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r40667 r40837 5013 5013 * @param string The emoji base URL for png images. 5014 5014 */ 5015 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2. 2.5/72x72/' ),5015 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2.3/72x72/' ), 5016 5016 5017 5017 /** … … 5031 5031 * @param string The emoji base URL for svg images. 5032 5032 */ 5033 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2. 2.5/svg/' ),5033 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.3/svg/' ), 5034 5034 5035 5035 /** … … 5143 5143 5144 5144 /** This filter is documented in wp-includes/formatting.php */ 5145 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2. 2.5/72x72/' );5145 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2.3/72x72/' ); 5146 5146 5147 5147 /** This filter is documented in wp-includes/formatting.php */
Note: See TracChangeset
for help on using the changeset viewer.