Changeset 14035
- Timestamp:
- 04/08/2010 02:16:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r13860 r14035 991 991 add_filter( 'the_content', array(&$this, 'run_shortcode'), 8 ); 992 992 993 // Shortcode placeholder for strip_shortcodes() 994 add_shortcode( 'embed', '__return_false' ); 995 993 996 // Attempts to embed all URLs in a post 994 997 if ( get_option('embed_autourls') )
Note: See TracChangeset
for help on using the changeset viewer.