Use wp_html_excerpt() instead of substr in rss widget. Props nbachiyski. fixes #8278

git-svn-id: https://develop.svn.wordpress.org/trunk@9791 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-11-19 17:43:54 +00:00
parent 54c776ba72
commit 03d0787b0a
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
*
* @global string $wp_version
*/
$wp_version = '2.7-beta3-9771';
$wp_version = '2.7-beta3-9791';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.