Skip to content

Commit

Permalink
Generalizing the daily descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Dec 3, 2010
1 parent e6c61b5 commit ed51a9e
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function volunteer_rally_day_descriptions_default_box() {
$box->title = '';
$box->description = 'Calendar: Day 0 description';
$box->options = array(
'body' => 'Ages 4+',
'body' => 'Optional descriptive text',
'format' => '1',
);

Expand All @@ -26,7 +26,7 @@ function volunteer_rally_day_descriptions_default_box() {
$box->title = '';
$box->description = 'Calendar: Day 1 description';
$box->options = array(
'body' => 'Ages 11+',
'body' => 'Optional descriptive text',
'format' => '1',
);

Expand All @@ -39,7 +39,7 @@ function volunteer_rally_day_descriptions_default_box() {
$box->title = '';
$box->description = 'Calendar: Day 2 description';
$box->options = array(
'body' => 'Ages 11+',
'body' => 'Optional descriptive text',
'format' => '1',
);

Expand All @@ -52,7 +52,7 @@ function volunteer_rally_day_descriptions_default_box() {
$box->title = '';
$box->description = 'Calendar: Day 3 description';
$box->options = array(
'body' => 'Ages 11+',
'body' => 'Optional descriptive text',
'format' => '1',
);

Expand All @@ -65,7 +65,7 @@ function volunteer_rally_day_descriptions_default_box() {
$box->title = '';
$box->description = 'Calendar: Day 4 description';
$box->options = array(
'body' => 'Ages 11+',
'body' => 'Optional descriptive text',
'format' => '1',
);

Expand All @@ -78,7 +78,7 @@ function volunteer_rally_day_descriptions_default_box() {
$box->title = '';
$box->description = 'Calendar: Day 5 description';
$box->options = array(
'body' => 'Ages 11+',
'body' => 'Optional descriptive text',
'format' => '1',
);

Expand All @@ -91,7 +91,7 @@ function volunteer_rally_day_descriptions_default_box() {
$box->title = '';
$box->description = 'Calendar: Day 6 description';
$box->options = array(
'body' => 'Ages 8+',
'body' => 'Optional descriptive text',
'format' => '1',
);

Expand Down

0 comments on commit ed51a9e

Please sign in to comment.