Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/wp-includes/bookmark.php

    r18345 r18471  
    228228            foreach ( explode(',', $orderby) as $ordparam ) {
    229229                $ordparam = trim($ordparam);
    230                 if ( in_array( $ordparam, array( 'name', 'url', 'visible', 'rating', 'owner', 'updated' ) ) )
     230                if ( in_array( $ordparam, array( 'id', 'name', 'url', 'visible', 'rating', 'owner', 'updated' ) ) )
    231231                    $orderparams[] = 'link_' . $ordparam;
    232232            }
Note: See TracChangeset for help on using the changeset viewer.