Changeset 17925 for trunk/wp-includes/formatting.php
- Timestamp:
- 05/14/2011 09:50:20 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/formatting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r17920 r17925 1228 1228 * @since 2.0.0 1229 1229 * 1230 * @param array|string $value The array or string to be strip ed.1230 * @param array|string $value The array or string to be stripped. 1231 1231 * @return array|string Stripped array (or string in the callback). 1232 1232 */ … … 2749 2749 * modified by the 3rd param. 2750 2750 * 2751 * <b>NOTE:</b> Any current target attributed will be strip ed and replaced.2751 * <b>NOTE:</b> Any current target attributed will be stripped and replaced. 2752 2752 * 2753 2753 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.