Changeset 6828
- Timestamp:
- 02/13/2008 09:56:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 )
Note: See TracChangeset
for help on using the changeset viewer.