Changeset 42009 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 10/24/2017 11:09:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r41985 r42009 3028 3028 $wp_embed->return_false_on_fail = true; 3029 3029 3030 if ( 0 === $post_id ) { 3031 /* 3032 * Refresh oEmbeds cached outside of posts that are past their TTL. 3033 * Posts are excluded because they have separate logic for refreshing 3034 * their post meta caches. See WP_Embed::cache_oembed(). 3035 */ 3036 $wp_embed->usecache = false; 3037 } 3038 3030 3039 if ( is_ssl() && 0 === strpos( $url, 'http://' ) ) { 3031 3040 // Admin is ssl and the user pasted non-ssl URL.
Note: See TracChangeset
for help on using the changeset viewer.