Changeset 4925 for trunk/wp-includes/post-template.php
- Timestamp:
- 02/23/2007 01:15:51 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r4863 r4925 96 96 if ( count($content) > 1 ) { 97 97 if ( $more ) { 98 $output .= '< a id="more-'.$id.'"></a>'.$content[1];98 $output .= '<span id="more-'.$id.'"></span>'.$content[1]; 99 99 } else { 100 100 $output = balanceTags($output);
Note: See TracChangeset
for help on using the changeset viewer.