Create more documentation (#7627)

* Documentation, format class, no modification.
This commit is contained in:
frytimo
2025-11-18 21:33:07 -04:00
committed by GitHub
parent e619c97ce6
commit adfc4cc469
104 changed files with 24461 additions and 21721 deletions

View File

@@ -167,6 +167,11 @@
echo "<div class='card'>\n";
echo "<table class='list'>\n";
/**
* Writes the header for a list of modules.
*
* @param string $modifier The modifier to use in the checkbox ID and other attributes.
*/
function write_header($modifier) {
global $text, $modules, $list_row_edit_button;
$modifier = str_replace('/', '', $modifier);