Welcome ' . $back_st . 'to ' . $theme . '!

' . __('We are glad you decided to use ', 'quadro') . $theme . __(' on this site.

Here are a couple of useful tips to get you started:', 'quadro') . '

'; add_action( 'admin_notices', $c = create_function( '', 'echo "' . addcslashes( $msg, '"' ) . '";' ) ); // Update first time option update_option( $theme_slug . '_ftime', true ); } add_action('after_switch_theme', 'quadro_welcome_message', 10 , 2); // Un-comment next line to "always test" the message // add_action('admin_init', 'quadro_welcome_message', 10 , 2); ?>