@@ -128,7 +128,7 @@ |
||
128 | 128 | // Notices should only show on the main dashboard and on the plugins screen. |
129 | 129 | if ( ! in_array( $screen_id, alnp_get_admin_screens() ) ) { |
130 | 130 | return false; |
131 | - } |
|
131 | + } |
|
132 | 132 | |
133 | 133 | // Is admin welcome notice hidden? |
134 | 134 | $hide_welcome_notice = get_user_meta( $current_user->ID, 'auto_load_next_post_hide_welcome_notice', true ); |