Changeset 38504 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/01/2016 11:59:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r38470 r38504 3343 3343 } 3344 3344 3345 /** 3346 * Filter all the smilies. 3347 * 3348 * This filter must be added before `smilies_init` is run, as 3349 * it is normally only run once to setup the smilies regex. 3350 * 3351 * @since 4.6.0 3352 * 3353 * @param array $wpsmiliestrans List of the smilies. 3354 */ 3355 $wpsmiliestrans = apply_filters('smilies', $wpsmiliestrans); 3356 3345 3357 if (count($wpsmiliestrans) == 0) { 3346 3358 return;
Note: See TracChangeset
for help on using the changeset viewer.