Use trailingslashit()

This commit is contained in:
Braad
2015-06-23 16:56:54 -07:00
parent 4341f49977
commit e437b1dd68
+1 -1
View File
@@ -56,7 +56,7 @@ add_action( 'init', 'trestle_load_bfa' );
function trestle_load_bfa() { function trestle_load_bfa() {
// Better Font Awesome Library // 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. // Set the library initialization args.
$args = array( $args = array(