Plugin Directory

Changeset 540929


Ignore:
Timestamp:
05/07/2012 02:20:25 PM (14 years ago)
Author:
n.uddin.w
Message:

added alphabetical ordering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpbookmark/trunk/class-binnash-wpbookmark.php

    r514075 r540929  
    4949                    $wpdb->posts . " .ID = ". $conf->bookmarks_tbl . ".post_id".                   
    5050                    ") WHERE " .$conf->bookmarks_tbl . ".user_id=" .$userInfo->ID .
    51                     " ORDER BY " . $wpdb->posts . " .ID DESC LIMIT " . $start . ', ' . $limit;
     51                    " ORDER BY " . $wpdb->posts . " .post_title ASC LIMIT " . $start . ', ' . $limit;
    5252
    5353            $result = $wpdb->get_results($query, OBJECT);
Note: See TracChangeset for help on using the changeset viewer.