Changeset 340557
- Timestamp:
- 02/04/2011 03:56:54 AM (15 years ago)
- File:
-
- 1 edited
-
reflect/trunk/reflect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reflect/trunk/reflect.php
r340555 r340557 76 76 function reflect_set_default_options() { 77 77 global $reflect_db_version; 78 update_option( 'rf_comment_text_class', '.c-body ' );78 update_option( 'rf_comment_text_class', '.c-body .ctext:first' ); 79 79 update_option( 'rf_enable_flagging', 'false' ); 80 80 update_option( "reflect_db_version", $reflect_db_version );
Note: See TracChangeset
for help on using the changeset viewer.