PluginProbe
Social Media Auto Poster – Schedule & Publish to Buffer / 6.2.5
Social Media Auto Poster – Schedule & Publish to Buffer v6.2.5
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.2 6.1.1 6.1.0 6.0.9 6.0.8 6.0.7 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 All 126 releases
← All changes | lib/social/includes/class-post.php +1 -1 6.2.16.2.5 View file →
@@ -52,9 +52,9 @@
52 52 public function admin_notices() {
53 53
54 54 // Check we can get the current screen the user is viewing.
55 55 $screen = get_current_screen();
56 - if ( ! $screen || ! isset( $screen->base ) || ! isset( $screen->parent_base ) ) {
56 + if ( ! $screen || ! isset( $screen->parent_base ) ) {
57 57 return;
58 58 }
59 59
60 60 // Check we are on a Post based screen (includes Pages + CPTs).