WPClubManager / wp-club-manager

Create and manage a sports club or league website quickly and easily using WordPress.
https://wpclubmanager.com
Other
33 stars 13 forks source link

Halftime Scores Display Fix #16

Closed DaveyJake closed 4 years ago

DaveyJake commented 4 years ago

Inside the WPCM_Meta_Box_Match_Result class, there was a conditional check against get_option( 'wpcm_results_box_scores' ). That key did not exist inside the wp_options table. I changed it to check against get_option( 'wpcm_match_box_scores' ). The option to display halftime score is now functioning as expected.

roofdog commented 4 years ago

Thanks Davey,

I'll merge this into the dev branch as I only push changes to the master branch once it's ready for release.