From 8208d8ebd7dd83292cee529961ecdc57ff04c71f Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 17 Sep 2015 12:35:04 +1000 Subject: [PATCH] Reflect new team names --- includes/admin/class-sp-admin-sample-data.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/admin/class-sp-admin-sample-data.php b/includes/admin/class-sp-admin-sample-data.php index ae381521..fa5ee131 100644 --- a/includes/admin/class-sp-admin-sample-data.php +++ b/includes/admin/class-sp-admin-sample-data.php @@ -112,17 +112,17 @@ class SP_Admin_Sample_Data { // Define teams $teams = array( array( - 'name' => 'Bentleigh Bluebirds', + 'name' => 'Bluebirds', 'abbreviation' => 'BENT', 'url' => 'http://tboy.co/bluebirds', ), array( - 'name' => 'Essendon Eagles', + 'name' => 'Eagles', 'abbreviation' => 'ESS', 'url' => 'http://tboy.co/eagles', ), array( - 'name' => 'Kensington Kangaroos', + 'name' => 'Kangaroos', 'abbreviation' => 'KENS', 'url' => 'http://tboy.co/kangaroos', ),