Skip to content

Commit

Permalink
Merge pull request #54 from wceu/add-a11y-to-section-2
Browse files Browse the repository at this point in the history
add a11y as an option for section 2, closes #43
  • Loading branch information
timiwahalahti authored May 21, 2020
2 parents 1a3ce3e + 6b8daf4 commit 3a13c30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,11 @@
'polyglots',
)
),
array(
'label' => esc_html__( 'Accessibility', 'contributor-orientation-tool' ),
'teams' => array(
'accessibility',
)
),
)
);
6 changes: 6 additions & 0 deletions src/src/WPCOTool/config/section-2.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,11 @@
'polyglots',
)
),
array(
'label' => esc_html__( 'Accessibility', 'contributor-orientation-tool' ),
'teams' => array(
'accessibility',
)
),
)
);

0 comments on commit 3a13c30

Please sign in to comment.