Jake Vanderwerf
2025-11-04 42fa8304ddb811b0f725f245130f70c0f5e86a6c
globals.php
@@ -311,6 +311,9 @@
function jvbExtractUserContent(array $content):array
{
   // 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)) {