Skip to content

Commit

Permalink
Revert "Sync Sensei Pro hotfix from SVN"
Browse files Browse the repository at this point in the history
This reverts commit b6dba95.
  • Loading branch information
adamwoodnz committed Apr 30, 2024
1 parent b6dba95 commit 2a59d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function hide_pending_state( $post_states, $post ): array {
public function hydrate_status_cache(): void {
global $wp_query;

if ( ! is_admin() || ! function_exists( 'get_current_screen' ) ) {
if ( ! is_admin() ) {
return;
}

Expand Down

0 comments on commit 2a59d42

Please sign in to comment.