Changeset 6822
- Timestamp:
- 02/13/08 18:47:34 (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
r6726 r6822 202 202 } 203 203 204 $output = apply_filters( "wp_list_bookmarks", $output ); 205 204 206 if ( !$echo ) 205 207 return $output;
