Changeset 20715 for trunk/wp-includes/deprecated.php
- Timestamp:
- 05/03/2012 04:41:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r20684 r20715 2997 2997 function clean_pre($matches) { 2998 2998 _deprecated_function( __FUNCTION__, '3.4' ); 2999 2999 3000 3000 if ( is_array($matches) ) 3001 3001 $text = $matches[1] . $matches[2] . "</pre>";
Note: See TracChangeset
for help on using the changeset viewer.