summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php')
-rw-r--r--plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php b/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php
index b48a971f..adaa42b7 100644
--- a/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php
+++ b/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php
@@ -9,6 +9,11 @@ function twentyfifteen_jetpack_setup() {
* Add theme support for Responsive Videos.
*/
add_theme_support( 'jetpack-responsive-videos' );
+
+ /**
+ * Add theme support for geo-location.
+ */
+ add_theme_support( 'jetpack-geo-location' );
}
add_action( 'after_setup_theme', 'twentyfifteen_jetpack_setup' );