mirror of
https://github.com/pierre42100/comunic
synced 2025-06-21 09:35:19 +00:00
First commit
This commit is contained in:
9
developer/vendor/rockettheme/toolbox/Blueprints/tests/helper.php
vendored
Normal file
9
developer/vendor/rockettheme/toolbox/Blueprints/tests/helper.php
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
function blueprint_data_option_test(array $param = null, $sort = false)
|
||||
{
|
||||
if ($sort) {
|
||||
asort($param);
|
||||
}
|
||||
return $param ?: ['yes' => 'Yes', 'no' => 'No'];
|
||||
}
|
Reference in New Issue
Block a user