Plugin Directory

Changeset 340557


Ignore:
Timestamp:
02/04/2011 03:56:54 AM (15 years ago)
Author:
tkriplean
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • reflect/trunk/reflect.php

    r340555 r340557  
    7676function reflect_set_default_options() {
    7777    global $reflect_db_version;
    78     update_option( 'rf_comment_text_class', '.c-body' );
     78    update_option( 'rf_comment_text_class', '.c-body .ctext:first' );
    7979    update_option( 'rf_enable_flagging', 'false' );
    8080    update_option( "reflect_db_version", $reflect_db_version );
Note: See TracChangeset for help on using the changeset viewer.