Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (19 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/bookmark.php

    r5561 r5700  
    2626function get_bookmarks($args = '') {
    2727    global $wpdb;
    28    
     28
    2929    $defaults = array(
    3030        'orderby' => 'name', 'order' => 'ASC',
     
    3434        'exclude' => ''
    3535    );
    36    
     36
    3737    $r = wp_parse_args( $args, $defaults );
    3838    extract( $r );
Note: See TracChangeset for help on using the changeset viewer.