From b07dee1ea0524f586ae1da98f283df07d9eda1cd Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 7 Apr 2014 15:09:20 -0700 Subject: [PATCH] Switched to Better Font Awesome for the go-to icon plugin. --- lib/admin/admin-functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/admin/admin-functions.php b/lib/admin/admin-functions.php index bbef8da..2af6ee1 100644 --- a/lib/admin/admin-functions.php +++ b/lib/admin/admin-functions.php @@ -282,8 +282,8 @@ function trestle_register_required_plugins() { $plugins = array( // Required plugins array( - 'name' => 'Font Awesome Icons', - 'slug' => 'font-awesome', + 'name' => 'Better Font Awesome', + 'slug' => 'better-font-awesome', 'required' => true, ),