1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 09:14:58 +02:00

Various minor updates

This commit is contained in:
Ryan Cramer
2022-09-02 13:13:08 -04:00
parent 96dae07160
commit a2da7f1a22
8 changed files with 93 additions and 44 deletions

View File

@@ -248,4 +248,4 @@ abstract class PageProperties {
if($remainder > 1) $names[$remainder] = "unknown-$remainder";
return $names;
}
}
}