Changeset 33642 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 08/19/2015 05:39:31 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r33470 r33642 36 36 // After a post is saved, cache oEmbed items via AJAX 37 37 add_action( 'edit_form_advanced', array( $this, 'maybe_run_ajax_cache' ) ); 38 add_action( 'edit_page_form', array( $this, 'maybe_run_ajax_cache' ) ); 38 39 } 39 40
Note: See TracChangeset
for help on using the changeset viewer.