Make WordPress Core

Ticket #26427: 26427.diff

File 26427.diff, 427 bytes (added by iamtakashi, 13 years ago)
  • wp-content/themes/twentyfourteen/functions.php

     
    359359        $contributor_ids = get_users( array(
    360360                'fields'  => 'ID',
    361361                'orderby' => 'post_count',
     362                'order'   => 'DESC',
    362363                'who'     => 'authors',
    363364        ) );
    364365