From c19264ac916707096fe294d996a1b7fb85206b34 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 08 Mar 2026 19:55:31 +0000
Subject: [PATCH] =Furthering along the complete refactor. Added some basic setup for is_content taxonomies, including a page for an archive of the terms.
---
inc/meta/MetaFormOld.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/inc/meta/MetaFormOld.php b/inc/meta/MetaFormOld.php
index 871e771..ddfd94f 100644
--- a/inc/meta/MetaFormOld.php
+++ b/inc/meta/MetaFormOld.php
@@ -642,7 +642,7 @@
$values = is_array($value) ? $value : array();
$conditional = $this->handleConditionalField($field);
- $row_label = isset($field['row_label']) ? $field['row_label'] : '';
+ $row_label = isset($field['add_label']) ? $field['add_label'] : '';
$rowTitle = (array_key_exists('new_row', $field)) ? $field['new_row'] : 'New Item';
if (array_key_exists('group', $field)) {
$name = $field['group'].'::'.$name;
--
Gitblit v1.10.0