Changeset 37729 for trunk/src/wp-includes/embed.php
- Timestamp:
- 06/16/2016 05:17:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r37708 r37729 1101 1101 $post_id = apply_filters( 'oembed_request_post_id', $post_id, $url ); 1102 1102 1103 if ( ! $post_id ) { 1104 return $result; 1105 } 1106 1103 1107 $width = isset( $args['width'] ) ? $args['width'] : 0; 1104 1108
Note: See TracChangeset
for help on using the changeset viewer.