We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b092f11 commit 8235f2cCopy full SHA for 8235f2c
1 file changed
src/Models/PostType.php
@@ -84,8 +84,8 @@ public function has_meta(): bool {
84
*/
85
protected function get_default_labels(): array {
86
87
- $many_lower = strtolower( $this->many );
88
- $one_lower = strtolower( $this->one );
+ $many_lower = $this->many_low;
+ $one_lower = $this->one_low;
89
90
$labels = [
91
'name' => $this->many,
0 commit comments