Thanks, get_bloginfo(‘description’) calls from the wp_options table from the blogdescription field. When using multisite/network a new wp_2_options table is created where the 2 is the blog ID.
Any idea how I could code a function that would set the blogdescription field when the new wp_options table is created?