Make WordPress Core


Ignore:
Timestamp:
05/22/2009 12:29:32 PM (16 years ago)
Author:
azaozz
Message:

Make get_terms() orderby case insensitive, props DD32, fixes #9906

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r11383 r11428  
    333333    $defaults = array(
    334334        'show_option_all' => '', 'show_option_none' => '',
    335         'orderby' => 'ID', 'order' => 'ASC',
     335        'orderby' => 'id', 'order' => 'ASC',
    336336        'show_last_update' => 0, 'show_count' => 0,
    337337        'hide_empty' => 1, 'child_of' => 0,
Note: See TracChangeset for help on using the changeset viewer.