Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond authored and github-actions[bot] committed Aug 28, 2024
1 parent 5a35c86 commit 1e756e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/press.php
Original file line number Diff line number Diff line change
Expand Up @@ -1149,12 +1149,12 @@
'admin_color' => 'fresh',
'use_ssl' => '0',
'show_admin_bar_front' => 'true',
env('WP_PREFIX', 'wp_') . 'capabilities' => serialize([
env('WP_PREFIX', 'wp_').'capabilities' => serialize([
'subscriber' => true,
]),
env('WP_PREFIX', 'wp_') . 'user_level' => '0',
env('WP_PREFIX', 'wp_').'user_level' => '0',
'dismissed_wp_pointers' => '',
env('WP_PREFIX', 'wp_') . 'dashboard_quick_press_last_post_id' => '0',
env('WP_PREFIX', 'wp_').'dashboard_quick_press_last_post_id' => '0',
'mm_sua_attachment_id' => '',

// locale
Expand Down
6 changes: 3 additions & 3 deletions packages/press/config/press.php
Original file line number Diff line number Diff line change
Expand Up @@ -1149,12 +1149,12 @@
'admin_color' => 'fresh',
'use_ssl' => '0',
'show_admin_bar_front' => 'true',
env('WP_PREFIX', 'wp_') . '_capabilities' => serialize([
env('WP_PREFIX', 'wp_').'_capabilities' => serialize([
'subscriber' => true,
]),
env('WP_PREFIX', 'wp_') . '_user_level' => '0',
env('WP_PREFIX', 'wp_').'_user_level' => '0',
'dismissed_wp_pointers' => '',
env('WP_PREFIX', 'wp_') . '_dashboard_quick_press_last_post_id' => '0',
env('WP_PREFIX', 'wp_').'_dashboard_quick_press_last_post_id' => '0',
'mm_sua_attachment_id' => '',

// locale
Expand Down

0 comments on commit 1e756e5

Please sign in to comment.