Changeset 13224 for trunk/admin


Ignore:
Timestamp:
Feb 17, 2012, 8:30:52 PM (12 years ago)
Author:
mistic100
Message:

feature 2379: option to change comments order: change caption again, fix a bug in config page (induced by r13087)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r13087 r13224  
    125125  );
    126126 
     127$comments_order = array(
     128  'ASC' => l10n('Show oldest comments first'),
     129  'DESC' => l10n('Show latest comment first'),
     130  );
     131
    127132
    128133//------------------------------ verification and registration of modifications
     
    360365        'NB_COMMENTS_PAGE'=>$conf['nb_comment_page'],
    361366        'comments_order'=>$conf['comments_order'],
    362         'comments_order_options'=> $sort_directions
     367        'comments_order_options'=> $comments_order
    363368        )
    364369      );
Note: See TracChangeset for help on using the changeset viewer.