Completed
Push — update/calypsoify-stylings ( 08ff4c...abaa2c )
by
unknown
08:33
created

masterbar.php ➔ jetpack_initialize_masterbar()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 5

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 2
nc 2
nop 0
dl 0
loc 5
rs 10
c 0
b 0
f 0
1
<?php
2
/**
3
 * Module Name: WordPress.com Toolbar
4
 * Module Description: Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.
5
 * Sort Order: 38
6
 * Recommendation Order: 16
7
 * First Introduced: 4.8
8
 * Requires Connection: Yes
9
 * Auto Activate: No
10
 * Module Tags: General
11
 * Additional Search Queries: adminbar, masterbar
12
 */
13
14
require dirname( __FILE__ ) . '/masterbar/masterbar.php';
15
16
new A8C_WPCOM_Masterbar();
17