Skip to content

Commit 25ef845

Browse files
committed
Default branding-ID is 0
1 parent 6dfd1f5 commit 25ef845

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

classes/ui/class-branding.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ final class Branding {
1818
* @var array<string, int>
1919
*/
2020
const BRANDING_IDS = [
21-
// TODO: Change this to the default value of 0.
22-
'default' => 5159,
21+
'default' => 0,
2322
];
2423

2524
/**

0 commit comments

Comments
 (0)