You appear to be a bot. Output may be restricted
Description
Adds Comments menu.
Usage
Admin_Menu::add_comments_menu();
Parameters
Returns
void
Source
File name: jetpack/modules/masterbar/admin-menu/class-admin-menu.php
Lines:
1 to 7 of 7
public function add_comments_menu() { if ( self::CLASSIC_VIEW === $this->get_preferred_view( 'edit-comments.php' ) ) { return; } $this->update_menu( 'edit-comments.php', 'https://wordpress.com/comments/all/' . $this->domain ); }