mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
Use trailingslashit()
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user