Skip to content

Commit

Permalink
Make minor changes to documentation: 2) schema descriptions corrected…
Browse files Browse the repository at this point in the history
… again.
  • Loading branch information
felicia committed Aug 30, 2017
1 parent 29e8b80 commit 92660ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,13 +501,13 @@ public function get_item_schema() {
'readonly' => true
),
'total' => array(
'description' => __("Sum of all the expense line items in the General Fund."),
'description' => __("Sum of all the expense line items in the budget."),
'type' => 'integer',
'context' => array('view', 'embed'),
'readonly' => true
),
'general_fund' => array(
'description' => __("Sum of all the expense line items in the budget"),
'description' => __("Sum of all the expense line items in the General Fund only."),
'type' => 'integer',
'context' => array('view', 'embed'),
'readonly' => true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,13 +508,13 @@ public function get_item_schema() {
'readonly' => true
),
'total' => array(
'description' => __("Sum of all the revenue line items in the budget"),
'description' => __("Sum of all the revenue line items in the budget."),
'type' => 'integer',
'context' => array('view', 'embed'),
'readonly' => true
),
'general_fund' => array(
'description' => __("Sum of all the expense line items in the budget"),
'description' => __("Sum of all the expense line items in the General Fund only."),
'type' => 'integer',
'context' => array('view', 'embed'),
'readonly' => true
Expand Down Expand Up @@ -544,4 +544,4 @@ public function get_item_schema() {
}


endif;
endif;

0 comments on commit 92660ab

Please sign in to comment.