| @@ 998-1010 (lines=13) @@ | ||
| 995 | $this->add_my_home_submenu_item( $wp_admin_bar ); |
|
| 996 | ||
| 997 | // Stats. |
|
| 998 | if ( Jetpack::is_module_active( 'stats' ) && current_user_can( 'view_stats' ) ) { |
|
| 999 | $wp_admin_bar->add_menu( |
|
| 1000 | array( |
|
| 1001 | 'parent' => 'blog', |
|
| 1002 | 'id' => 'blog-stats', |
|
| 1003 | 'title' => esc_html__( 'Stats', 'jetpack' ), |
|
| 1004 | 'href' => Redirect::get_url( 'calypso-stats' ), |
|
| 1005 | 'meta' => array( |
|
| 1006 | 'class' => 'mb-icon', |
|
| 1007 | ), |
|
| 1008 | ) |
|
| 1009 | ); |
|
| 1010 | } |
|
| 1011 | ||
| 1012 | if ( current_user_can( 'manage_options' ) ) { |
|
| 1013 | $wp_admin_bar->add_menu( |
|
| @@ 1322-1334 (lines=13) @@ | ||
| 1319 | ) |
|
| 1320 | ); |
|
| 1321 | ||
| 1322 | if ( Jetpack::is_module_active( 'publicize' ) || Jetpack::is_module_active( 'sharedaddy' ) ) { |
|
| 1323 | $wp_admin_bar->add_menu( |
|
| 1324 | array( |
|
| 1325 | 'parent' => 'configuration', |
|
| 1326 | 'id' => 'sharing', |
|
| 1327 | 'title' => esc_html__( 'Sharing', 'jetpack' ), |
|
| 1328 | 'href' => Redirect::get_url( 'calypso-sharing' ), |
|
| 1329 | 'meta' => array( |
|
| 1330 | 'class' => 'mb-icon', |
|
| 1331 | ), |
|
| 1332 | ) |
|
| 1333 | ); |
|
| 1334 | } |
|
| 1335 | ||
| 1336 | $people_title = $this->create_menu_item_pair( |
|
| 1337 | array( |
|