Changeset 53455 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 06/01/2022 06:12:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r53287 r53455 2042 2042 function clean_url( $url, $protocols = null, $context = 'display' ) { 2043 2043 if ( $context == 'db' ) 2044 _deprecated_function( 'clean_url( $context = \'db\' )', '3.0.0', ' esc_url_raw()' );2044 _deprecated_function( 'clean_url( $context = \'db\' )', '3.0.0', 'sanitize_url()' ); 2045 2045 else 2046 2046 _deprecated_function( __FUNCTION__, '3.0.0', 'esc_url()' );
Note: See TracChangeset
for help on using the changeset viewer.