Changeset 18824
- Timestamp:
- 09/29/2011 09:48:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r18769 r18824 1852 1852 * @since 1.5.0 1853 1853 * 1854 * @param string $text The excerpt. If set to emptyan excerpt is generated.1854 * @param string $text Optional. The excerpt. If set to empty, an excerpt is generated. 1855 1855 * @return string The excerpt. 1856 1856 */ 1857 function wp_trim_excerpt($text ) {1857 function wp_trim_excerpt($text = '') { 1858 1858 $raw_excerpt = $text; 1859 1859 if ( '' == $text ) {
Note: See TracChangeset
for help on using the changeset viewer.