Changeset 24214 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 05/09/2013 12:22:02 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r24212 r24214 828 828 829 829 $content = $item->get_content(); 830 $content = wp_html_excerpt( $content, 50) . ' …';830 $content = wp_html_excerpt( $content, 50, ' …' ); 831 831 832 832 if ( $link )
Note: See TracChangeset
for help on using the changeset viewer.