From 76402a87f366838bf06f6e36a552be43dfb5641c Mon Sep 17 00:00:00 2001
From: Max
Date: Sun, 4 Nov 2018 22:32:44 +0100
Subject: Removes dist/ folder.
---
dist/inc/hooks.php | 49 -------------------------------------------------
1 file changed, 49 deletions(-)
delete mode 100644 dist/inc/hooks.php
(limited to 'dist/inc/hooks.php')
diff --git a/dist/inc/hooks.php b/dist/inc/hooks.php
deleted file mode 100644
index 8cd0b8d..0000000
--- a/dist/inc/hooks.php
+++ /dev/null
@@ -1,49 +0,0 @@
-%2$s | %3$s(%4$s)',
- esc_url( __( 'http://wordpress.org/', 'understrap' ) ),
- sprintf(
- /* translators:*/
- esc_html__( 'Proudly powered by %s', 'understrap' ), 'WordPress'
- ),
- sprintf( // WPCS: XSS ok.
- /* translators:*/
- esc_html__( 'Theme: %1$s by %2$s.', 'understrap' ), $the_theme->get( 'Name' ), 'understrap.com'
- ),
- sprintf( // WPCS: XSS ok.
- /* translators:*/
- esc_html__( 'Version: %1$s', 'understrap' ), $the_theme->get( 'Version' )
- )
- );
-
- echo apply_filters( 'understrap_site_info_content', $site_info ); // WPCS: XSS ok.
- }
-}
--
cgit v1.2.3