| @@ 917-927 (lines=11) @@ | ||
| 914 | ), |
|
| 915 | ) ); |
|
| 916 | ||
| 917 | if ( Jetpack::is_module_active( 'publicize' ) || Jetpack::is_module_active( 'sharedaddy' ) ) { |
|
| 918 | $wp_admin_bar->add_menu( array( |
|
| 919 | 'parent' => 'configuration', |
|
| 920 | 'id' => 'sharing', |
|
| 921 | 'title' => esc_html__( 'Sharing', 'jetpack' ), |
|
| 922 | 'href' => 'https://wordpress.com/sharing/' . esc_attr( $this->primary_site_slug ), |
|
| 923 | 'meta' => array( |
|
| 924 | 'class' => 'mb-icon', |
|
| 925 | ), |
|
| 926 | ) ); |
|
| 927 | } |
|
| 928 | ||
| 929 | $people_title = $this->create_menu_item_pair( |
|
| 930 | array( |
|
| @@ 635-645 (lines=11) @@ | ||
| 632 | } |
|
| 633 | ||
| 634 | // Stats |
|
| 635 | if ( Jetpack::is_module_active( 'stats' ) ) { |
|
| 636 | $wp_admin_bar->add_menu( array( |
|
| 637 | 'parent' => 'blog', |
|
| 638 | 'id' => 'blog-stats', |
|
| 639 | 'title' => esc_html__( 'Stats', 'jetpack' ), |
|
| 640 | 'href' => 'https://wordpress.com/stats/' . esc_attr( $this->primary_site_slug ), |
|
| 641 | 'meta' => array( |
|
| 642 | 'class' => 'mb-icon', |
|
| 643 | ), |
|
| 644 | ) ); |
|
| 645 | } |
|
| 646 | ||
| 647 | if ( current_user_can( 'manage_options' ) ) { |
|
| 648 | $wp_admin_bar->add_menu( array( |
|