From e437b1dd689ef919300abb227bd2e3001736224d Mon Sep 17 00:00:00 2001 From: Braad Date: Tue, 23 Jun 2015 16:56:54 -0700 Subject: [PATCH] Use trailingslashit() --- includes/functions/theme-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/theme-functions.php b/includes/functions/theme-functions.php index 25820c7..0a5bc82 100755 --- a/includes/functions/theme-functions.php +++ b/includes/functions/theme-functions.php @@ -56,7 +56,7 @@ add_action( 'init', 'trestle_load_bfa' ); function trestle_load_bfa() { // Better Font Awesome Library - require_once get_stylesheet_directory() . '/lib/better-font-awesome-library/better-font-awesome-library.php'; + require_once trailingslashit( get_stylesheet_directory() ) . 'lib/better-font-awesome-library/better-font-awesome-library.php'; // Set the library initialization args. $args = array(