Skip to content

Instantly share code, notes, and snippets.

@ericandrewlewis
Created August 23, 2012 14:21
Show Gist options
  • Save ericandrewlewis/3437094 to your computer and use it in GitHub Desktop.
Save ericandrewlewis/3437094 to your computer and use it in GitHub Desktop.
if ( $item_id
&& in_array( $item_id, $wds_class_game_items )
&& in_array( $author_id, $group_members )
&& ( ! $_GET['from_id']
|| $student_for == $_GET['from_id']
|| in_array( $_GET['from_id'], $students_nominated )
)
&& ( $view == 'all'
|| $view == $this_status
)
) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment