Ticket #18660: post-template.php.diff
File post-template.php.diff, 516 bytes (added by , 13 years ago) |
---|
-
wp-includes/post-template.php
166 166 $content = get_the_content($more_link_text, $stripteaser); 167 167 $content = apply_filters('the_content', $content); 168 168 $content = str_replace(']]>', ']]>', $content); 169 170 do_action( 'before_the_content', $content ); 169 171 echo $content; 172 do_action( 'after_the_content', $content ); 170 173 } 171 174 172 175 /**