Changeset 13297 for trunk/wp-includes/deprecated.php
- Timestamp:
- 02/22/2010 06:15:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r13268 r13297 2071 2071 function sanitize_url( $url, $protocols = null ) { 2072 2072 _deprecated_function( __FUNCTION__, '2.8', 'esc_url_raw()' ); 2073 return clean_url( $url, $protocols, 'db');2073 return esc_url_raw( $url, $protocols ); 2074 2074 } 2075 2075
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)