Reflect new team names
This commit is contained in:
@@ -112,17 +112,17 @@ class SP_Admin_Sample_Data {
|
|||||||
// Define teams
|
// Define teams
|
||||||
$teams = array(
|
$teams = array(
|
||||||
array(
|
array(
|
||||||
'name' => 'Bentleigh Bluebirds',
|
'name' => 'Bluebirds',
|
||||||
'abbreviation' => 'BENT',
|
'abbreviation' => 'BENT',
|
||||||
'url' => 'http://tboy.co/bluebirds',
|
'url' => 'http://tboy.co/bluebirds',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'name' => 'Essendon Eagles',
|
'name' => 'Eagles',
|
||||||
'abbreviation' => 'ESS',
|
'abbreviation' => 'ESS',
|
||||||
'url' => 'http://tboy.co/eagles',
|
'url' => 'http://tboy.co/eagles',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'name' => 'Kensington Kangaroos',
|
'name' => 'Kangaroos',
|
||||||
'abbreviation' => 'KENS',
|
'abbreviation' => 'KENS',
|
||||||
'url' => 'http://tboy.co/kangaroos',
|
'url' => 'http://tboy.co/kangaroos',
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user