Add upstream
This commit is contained in:
		| @@ -0,0 +1,13 @@ | ||||
| <?php | ||||
| /** | ||||
|  * Jetpack Compatibility File | ||||
|  * See: http://jetpack.com/ | ||||
|  */ | ||||
|  | ||||
| function twentyseventeen_jetpack_setup() { | ||||
| 	/** | ||||
| 	 * Add theme support for geo-location. | ||||
| 	 */ | ||||
| 	add_theme_support( 'jetpack-geo-location' ); | ||||
| } | ||||
| add_action( 'after_setup_theme', 'twentyseventeen_jetpack_setup' ); | ||||
		Reference in New Issue
	
	Block a user