💡 clarify difference between content name and file name

This commit is contained in:
DrMaxNix 2024-02-19 19:19:54 +01:00
parent 5277a58ec3
commit 317f5acd5c
1 changed files with 3 additions and 3 deletions

View File

@ -412,11 +412,11 @@
/**
* HELPER: Read one content file.
* HELPER: Read one content data from file.
*
* @param string $name Name of the content file to read.
* @param string $name Name of the content to read.
*
* @return array Content file data.
* @return array Content data.
*/
private static function content_file_read(string $name): array {
// GET AVAILABLE CONTENT FILES //