inc/registrar/Registrar.php
@@ -142,12 +142,12 @@ /** * @var bool Whether users/content need to request the owner for admission */ protected bool $verify_entry; protected bool $verify_entry = false; protected ?MakeVerification $verifyEntryHandler = null; /** * @var bool Whether we should track post movements from term to term (ie. artists in tattoo shops) */ protected bool $track_changes; protected bool $track_changes = false; protected ?MakeTrackChanges $trackChangesHandler = null; /**