Changeset 23563 for trunk/wp-admin/includes/misc.php
- Timestamp:
- 03/01/2013 05:00:25 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r23554 r23563 221 221 */ 222 222 function url_shorten( $url ) { 223 $short_url = str_replace( 'http://', '', stripslashes( $url ));223 $short_url = str_replace( 'http://', '', wp_unslash( $url )); 224 224 $short_url = str_replace( 'www.', '', $short_url ); 225 225 $short_url = untrailingslashit( $short_url );
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)