Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ Metatag 8.x-1.x-dev, 2022-xx-xx str_replace() line 432 MetaNameBase.php. #3308774 by achap, DamienMcKenna: Allow modules to alter views before building meta tags. #3336301 by RenatoG, DamienMcKenna: Unnecessary else in metatag_post_update_convert_author_data(). Metatag 8.x-1.22, 2022-09-29 Loading metatag.post_update.php +2 −3 Original line number Diff line number Diff line Loading @@ -180,7 +180,6 @@ function metatag_post_update_convert_author_data(&$sandbox) { '@total' => $sandbox['total_records'], ]); } else { return (string) t("There were no overridden Metatag records."); } return (string) t('There were no overridden Metatag records.'); } Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ Metatag 8.x-1.x-dev, 2022-xx-xx str_replace() line 432 MetaNameBase.php. #3308774 by achap, DamienMcKenna: Allow modules to alter views before building meta tags. #3336301 by RenatoG, DamienMcKenna: Unnecessary else in metatag_post_update_convert_author_data(). Metatag 8.x-1.22, 2022-09-29 Loading
metatag.post_update.php +2 −3 Original line number Diff line number Diff line Loading @@ -180,7 +180,6 @@ function metatag_post_update_convert_author_data(&$sandbox) { '@total' => $sandbox['total_records'], ]); } else { return (string) t("There were no overridden Metatag records."); } return (string) t('There were no overridden Metatag records.'); }