Changes for Version 2 Beta 2: Minor mods to the copyright notice in the two 'column' files, column-a.php and column-b.php. Updated version and release date in style.css All the other changes were in functions.php as follows: function journalized_theme_page(): The two input boxes for col a quote and col b quote now call stripslashes() before displaying the current value. function get_journalized_theme_options(): Retrieving the saved values now calls unserialize (line 469 in the new file). function journalized_head(): The version number was updated. function journalized_col_a_quote() now calls stripslashes() function journalized_col_b_quote() now calls stripslashes() I added a section on the end of the file for WordPress version 1.5.x users to activate the admin options page.