Changeset 43571 for trunk/src/wp-includes/embed.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r42876 r43571 402 402 'url' => urlencode( $permalink ), 403 403 'format' => ( 'json' !== $format ) ? $format : false, 404 ), $url 404 ), 405 $url 405 406 ); 406 407 } … … 523 524 */ 524 525 $min_max_width = apply_filters( 525 'oembed_min_max_width', array( 526 'oembed_min_max_width', 527 array( 526 528 'min' => 200, 527 529 'max' => 600, … … 1083 1085 if ( is_multisite() ) { 1084 1086 $url_parts = wp_parse_args( 1085 wp_parse_url( $url ), array( 1087 wp_parse_url( $url ), 1088 array( 1086 1089 'host' => '', 1087 1090 'path' => '/',
Note: See TracChangeset
for help on using the changeset viewer.