Changeset 10981
- Timestamp:
- 04/17/2009 06:59:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r10977 r10981 1628 1628 */ 1629 1629 function wp_trim_excerpt($text) { 1630 $raw_excerpt = $text; 1630 1631 if ( '' == $text ) { 1631 1632 $text = get_the_content(''); … … 1644 1645 } 1645 1646 } 1646 return $text;1647 return apply_filters('wp_trim_excerpt', $text, $raw_excerpt); 1647 1648 } 1648 1649
Note: See TracChangeset
for help on using the changeset viewer.