Jake Vanderwerf
7 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
inc/admin/ContentTaxonomy.php
@@ -17,7 +17,7 @@
{
    public function __construct()
    {
      if (empty(Registrar::getFeatured('is_content', 'term'))){
      if (empty(Registrar::withFeature('is_content', 'term'))){
         return;
      }
        add_filter(BASE.'handle_bulk_operation', [ $this, 'processOperation' ], 10, 3);
@@ -124,7 +124,7 @@
                    </thead>
                    <tbody>
                    <?php
               $taxonomies = Registrar::getFeatured('is_content', 'term');
               $taxonomies = Registrar::withFeature('is_content', 'term');
               foreach ($taxonomies as $slug):
                  $registrar = Registrar::getInstance($slug);
                        $taxonomy = BASE . $slug;