Plugin Directory

Changeset 489081


Ignore:
Timestamp:
01/12/2012 11:17:40 PM (14 years ago)
Author:
divinenephron
Message:

Fixed default setting bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • latex-everything/trunk/latex-everything.php

    r489029 r489081  
    8585        $option = get_option( 'le_single_post_post', "doesn't exist" );
    8686        if ( $option == "doesn't exist" ) {
    87             update_option( 'le_single_post', 1 );
     87            update_option( 'le_single_post_post', 1 );
    8888        }
    8989
Note: See TracChangeset for help on using the changeset viewer.