Ticket #5532: bookmark-template.php.diff

File bookmark-template.php.diff, 328 bytes (added by codealsatian, 1 year ago)
  • bookmark-template.php

    old new  
    201201                } 
    202202        } 
    203203 
     204        $output = apply_filters( "wp_list_bookmarks", $output ); 
     205 
    204206        if ( !$echo ) 
    205207                return $output; 
    206208        echo $output;