Jake Vanderwerf
2026-07-05 fff721dd185f5b97f7ae7a6e64189e55887ff590
inc/registrar/Posts.php
@@ -158,7 +158,7 @@
    * An array of taxonomy identifiers that will be registered for the post type. Taxonomies can be registered later with register_taxonomy() or register_taxonomy_for_object_type() .
    * @var array
    */
   public array $taxonomies;
   public array $taxonomies = [];
   /**
    * Whether there should be post type archives, or if a string, the archive slug to use.
    * Will generate the proper rewrite rules if $rewrite is enabled. Default false.