git-svn-id: http://svn.automattic.com/wordpress/trunk@15473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2010-07-27 18:02:45 +00:00
parent 65c1243ce3
commit 7944bd5d82
6 changed files with 7 additions and 7 deletions

View File

@@ -1063,7 +1063,7 @@ class WP_Embed {
function run_shortcode( $content ) {
global $shortcode_tags;
// Backup current registered shortcodes and clear them all out
// Back up current registered shortcodes and clear them all out
$orig_shortcode_tags = $shortcode_tags;
remove_all_shortcodes();