Changeset 489081
- Timestamp:
- 01/12/2012 11:17:40 PM (14 years ago)
- File:
-
- 1 edited
-
latex-everything/trunk/latex-everything.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
latex-everything/trunk/latex-everything.php
r489029 r489081 85 85 $option = get_option( 'le_single_post_post', "doesn't exist" ); 86 86 if ( $option == "doesn't exist" ) { 87 update_option( 'le_single_post ', 1 );87 update_option( 'le_single_post_post', 1 ); 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.