Changeset 37487 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 05/22/2016 05:39:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r37473 r37487 2105 2105 * Callback to convert URI match to HTML A element. 2106 2106 * 2107 * This function was backported from 2.5.0 to 2.3.2. Regex callback for {@link 2108 * make_clickable()}. 2107 * This function was backported from 2.5.0 to 2.3.2. Regex callback for make_clickable(). 2109 2108 * 2110 2109 * @since 2.3.2 … … 2142 2141 * Callback to convert URL match to HTML A element. 2143 2142 * 2144 * This function was backported from 2.5.0 to 2.3.2. Regex callback for {@link 2145 * make_clickable()}. 2143 * This function was backported from 2.5.0 to 2.3.2. Regex callback for make_clickable(). 2146 2144 * 2147 2145 * @since 2.3.2 … … 2172 2170 * Callback to convert email address match to HTML A element. 2173 2171 * 2174 * This function was backported from 2.5.0 to 2.3.2. Regex callback for {@link 2175 * make_clickable()}. 2172 * This function was backported from 2.5.0 to 2.3.2. Regex callback for make_clickable(). 2176 2173 * 2177 2174 * @since 2.3.2 … … 2368 2365 * Convert one smiley code to the icon graphic file equivalent. 2369 2366 * 2370 * Callback handler for {@link convert_smilies()}. 2367 * Callback handler for convert_smilies(). 2368 * 2371 2369 * Looks up one smiley code in the $wpsmiliestrans global array and returns an 2372 2370 * `<img>` string for that smiley.
Note: See TracChangeset
for help on using the changeset viewer.