Changeset 42591 for branches/4.9/src/wp-includes/formatting.php
- Timestamp:
- 01/24/2018 04:53:50 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/formatting.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/formatting.php
r42580 r42591 5034 5034 * @param string The emoji base URL for png images. 5035 5035 */ 5036 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2. 3/72x72/' ),5036 'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2.4/72x72/' ), 5037 5037 5038 5038 /** … … 5052 5052 * @param string The emoji base URL for svg images. 5053 5053 */ 5054 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2. 3/svg/' ),5054 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.4/svg/' ), 5055 5055 5056 5056 /** … … 5174 5174 5175 5175 /** This filter is documented in wp-includes/formatting.php */ 5176 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2. 3/72x72/' );5176 $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/2.4/72x72/' ); 5177 5177 5178 5178 /** This filter is documented in wp-includes/formatting.php */
Note: See TracChangeset
for help on using the changeset viewer.