diff -c royale-1.0/README.txt royale-1.0.1/README.txt *** royale-1.0/README.txt 2007-04-26 22:02:18.000000000 -0400 --- royale-1.0.1/README.txt 2007-04-27 13:09:20.000000000 -0400 *************** *** 117,122 **** --- 117,125 ---- === CHANGELOG ========================================================================== + 1.0.1 + * savin HTML Inserts would return an error + 1.0 * first public release diff -c royale-1.0/functions.php royale-1.0.1/functions.php *** royale-1.0/functions.php 2007-04-26 21:03:18.000000000 -0400 --- royale-1.0.1/functions.php 2007-04-27 12:55:02.000000000 -0400 *************** *** 288,293 **** --- 288,294 ---- } } + function royale_set_insert($key,$value) { update_option('royale_inserts_'.$key,str_replace("\\","",$value)); } function royale_inserts_page() { if (isset($_POST['changedinserts'])) { royale_set_insert('header',$_POST['header']); Common subdirectories: royale-1.0/images and royale-1.0.1/images diff -c royale-1.0/style.css royale-1.0.1/style.css *** royale-1.0/style.css 2007-04-26 21:31:10.000000000 -0400 --- royale-1.0.1/style.css 2007-04-27 13:11:50.000000000 -0400 *************** *** 1,8 **** /* Theme Name: Royale Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: An elegant 4x widget-ready two/three-column fluid-width WordPress theme with customizable colors. Royale also has an option to make link color cycle smoothly, and has been translated to 22 languages! ! Version: 1.0 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/ */ --- 1,8 ---- /* Theme Name: Royale Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: An elegant 4x widget-ready two/three-column fluid-width WordPress theme with customizable colors. Royale also has an option to make link color cycle smoothly, and has been translated to 22 languages! ! Version: 1.0.1 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/ */