Jake Vanderwerf
2026-01-01 c06013234d16ab3889bd7fce09f6606b45fd2b9f
globals.php
@@ -311,7 +311,10 @@
function jvbExtractUserContent(array $content):array
{
    $out = [];
   // Deprecated: Use Features::forUser($role)->getCreatableContent() instead
   _deprecated_function(__FUNCTION__, '2.0.0', 'Features::forUser($role)->getCreatableContent()');
   $out = [];
    foreach ($content as $c) {
        if (is_array($c)) {
            foreach ($c as $type => $contents) {