does the remove_local_tasks_checked option, how tacitly approve is false?
under the default condition, this option is opens.
I try to suppose these two places am false, but has not been able to change the default setting:

			if (!$user_settings['remove_local_tasks']) {
				$user_settings['remove_local_tasks'] = 'false';
			}
			if (!$user_settings['show_local_tasks']) {
				$user_settings['show_local_tasks'] = 'false';

thanks

Comments

chrisshattuck’s picture

In the latest version, I have set the 'remove_local_tasks' to false, so that it does not remove them from the content unless you check it in your settings. I thought the feature was pretty rad, but I think it's causing more confusion being enabled by default.

chrisshattuck’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.