opencredit / BadgeOS-Community-Add-on

The "BadgeOS Community Add-on" integrates BadgeOS features into BuddyPress and bbPress. Site members complete achievements and earn badges based on a range of community activity and triggers. This add-on to BadgeOS also includes the ability to display badges and achievements on user profiles and activity feeds.
GNU Affero General Public License v3.0
11 stars 8 forks source link

Unused $post_id parameter in badgeos_bp_step_group_select() #14

Closed tw2113 closed 10 years ago

tw2113 commented 10 years ago

function badgeos_bp_step_group_select( $step_id, $post_id ) in steps-ui.php

tw2113 commented 10 years ago

Same with badgeos_bp_step_community_trigger_select()

tw2113 commented 10 years ago

Realizing this was a bit nitpicky, but I did make a couple changes to classes that could utilize the post ID for itemized specificity with CSS.

tw2113 commented 10 years ago

See #21 for the pull request