From f597e2fe949a1e18eb778b9a5bd102de88570555 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 May 2017 14:03:27 +0200 Subject: Initial commit. --- inc/wpcom.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 inc/wpcom.php (limited to 'inc/wpcom.php') diff --git a/inc/wpcom.php b/inc/wpcom.php new file mode 100644 index 0000000..8400caa --- /dev/null +++ b/inc/wpcom.php @@ -0,0 +1,29 @@ + '', + 'border' => '', + 'text' => '', + 'link' => '', + 'url' => '', + ); + } +} +add_action( 'after_setup_theme', 'understrap_wpcom_setup' ); -- cgit v1.2.3