Completed
Push — add/tracks ( 83fe2c...85e985 )
by
unknown
102:55 queued 93:40
created

sitemaps.php ➔ jetpack_sitemaps_activate()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 2
nc 1
nop 0
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
<?php
2
/**
3
 * Module Name: Sitemaps
4
 * Module Description: Make it easy for search engines to find your site.
5
 * Sort Order: 13
6
 * First Introduced: 3.9
7
 * Requires Connection: No
8
 * Auto Activate: Public
9
 * Module Tags: Recommended, Traffic
10
 * Additional Search Queries: sitemap, traffic, search, site map, seo
11
 */
12
13
if ( '1' == get_option( 'blog_public' ) ) {
14
	include_once 'sitemaps/sitemaps.php';
15
}
16