Changeset 24986 for trunk/wp-includes/formatting.php
- Timestamp:
- 08/05/2013 10:11:30 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r24718 r24986 2599 2599 * 2600 2600 * @since 2.8.0 2601 * @param string $data Unescaped data2602 * @return string Escaped data2601 * @param string|array $data Unescaped data 2602 * @return string|array Escaped data 2603 2603 */ 2604 2604 function esc_sql( $data ) {
Note: See TracChangeset
for help on using the changeset viewer.