commenting the unset basic toolbar instruction

This commit is contained in:
Antoine M 2024-08-07 16:30:09 +02:00
parent 0abdca3d8e
commit 57f5f1d7fb

View File

@ -13,7 +13,7 @@ function enqueue_light_toolbar($toolbars)
} }
// remove the 'Basic' toolbar completely // remove the 'Basic' toolbar completely
unset($toolbars['Basic']); // unset($toolbars['Basic']);
// return $toolbars - IMPORTANT! // return $toolbars - IMPORTANT!
return $toolbars; return $toolbars;