Changeset 6828
- Timestamp:
- 02/13/08 21:56:56 (8 months ago)
- Files:
-
- trunk/wp-includes/bookmark-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/bookmark-template.php
r6822 r6828 202 202 } 203 203 204 $output = apply_filters( "wp_list_bookmarks", $output );204 $output = apply_filters( 'wp_list_bookmarks', $output ); 205 205 206 206 if ( !$echo )
