Advertisement
Guest User

Pre-populate Extracurriculars Tax

a guest
Mar 15th, 2012
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.89 KB | None | 0 0
  1. $extracurriculars = array(
  2.     'LIS Job' => array ("slug" => "lis_job", "term" => "LIS Job", "parent" => "", "description" => ""),
  3.     'Non-LIS Related Job' => array ("slug" => "non_lis_job", "term" => "Non-LIS Related Job", "parent" => "", "description" => ""),
  4.     'SLIS Volunteer Activity' => array ("slug" => "slis_volunteer_activity", "term" => "SLIS Volunteer Activity", "parent" => "", "description" => ""),
  5.     'Other Volunteer Activity' => array ("slug" => "other_volunteer_activity", "term" => "Other Volunteer Activity", "parent" => "", "description" => ""),
  6.     'State Association Activity' => array ("slug" => "state_association_activity", "term" => "State Association Activity", "parent" => "", "description" => ""),
  7.     'National Association Activity' => array ("slug" => "national_association_activity", "term" => "National Association Activity", "parent" => "", "description" => ""),
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement