Changeset 38087 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/18/2016 07:34:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r37985 r38087 4942 4942 * @param string The emoji base URL for png images. 4943 4943 */ 4944 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/ 72x72/' ),4944 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2/72x72/' ), 4945 4945 4946 4946 /** … … 4960 4960 * @param string The emoji base URL for svg images. 4961 4961 */ 4962 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/ svg/' ),4962 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2/svg/' ), 4963 4963 4964 4964 /** … … 5072 5072 5073 5073 /** This filter is documented in wp-includes/formatting.php */ 5074 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/ 72x72/' );5074 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2/72x72/' ); 5075 5075 5076 5076 /** This filter is documented in wp-includes/formatting.php */
Note: See TracChangeset
for help on using the changeset viewer.