Changeset 34123 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 09/14/2015 05:36:37 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r33955 r34123 3998 3998 ( preg_match( '#^(\w{1,20}):#', $m[3], $protocol ) && in_array( $protocol[1], wp_allowed_protocols() ) ? 3999 3999 $m[3] : 4000 WP_H TTP::make_absolute_url( $m[3], $_links_add_base )4000 WP_Http::make_absolute_url( $m[3], $_links_add_base ) 4001 4001 ) 4002 4002 . $m[2];
Note: See TracChangeset
for help on using the changeset viewer.