Ticket #64223 (Undefined variable $comments_count) created
Written by:Content Normalization Editor transformation
Sign in to like this article
Share this article
📰 This is a news preview
This article contains a brief summary. Click the button below to read the full story at the original source.
Read Full ArticleIn function wp_dashboard_recent_comments if the foreach always goes to the continue, $comments_count is never set and gives a warning.
add_filter( 'register_post_post_type_args', function($args, $post_type) { $args['map_meta_cap'] = false; return $args;…
Written by: zagna
Original Source:
https://core.trac.wordpress.org/ticket/64223This article is republished with proper attribution to the original publisher. We appreciate their journalism and encourage readers to support the original source.
