diff --git a/autoload.php b/autoload.php index a30ecc3..476937d 100644 --- a/autoload.php +++ b/autoload.php @@ -26,6 +26,10 @@ if ($obj['type'] == 'text') { $content.= "
" . wp_strip_all_tags($obj['associations']['featuremedia']['copyrightnotice']) . "
"; } + if (!empty($obj['ednote'])) { + $content.= "Editors Note: " . wp_strip_all_tags($obj['ednote']) . "
"; + } + if (isset($obj['evolvedfrom'])) { $guid = wp_strip_all_tags($obj['evolvedfrom']); } else {