I'm trying to add some values to the options table of a specific blog and these values don't need to be autoloaded.
In the add_option function that is called by MS add_blog_option, you can specify $autoload = 'no' while MS Function add_blog_option does not have that arg, resulting in that all values inserted by MS add_blog_option will be autoloaded (add_option defaults to 'yes').
Is there a reason that the $autoload arg is missing? Workaround is no problem but i thought i just would ask it here.