Changeset 2689231
- Timestamp:
- 03/05/2022 07:33:12 AM (4 years ago)
- Location:
- kofc-state/trunk
- Files:
-
- 3 edited
-
kofc-state.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
type-council.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kofc-state/trunk/kofc-state.php
r2673889 r2689231 5 5 Description: Functionality for State Councils Including Recruiting Scoreboards 6 6 Author: Chris Hood, On The Grid Web Design LLC 7 Version: 2.4 7 Version: 2.4.1 8 8 Author URI: http://chrishood.me 9 Updated: 2/ 6/2022 Created: 7/21/20169 Updated: 2/27/2022 Created: 7/21/2016 10 10 */ 11 11 -
kofc-state/trunk/readme.txt
r2673891 r2689231 73 73 8. Admin Add Knight Page 74 74 75 == Changelog == 75 == Changelog 76 = 2.4.1 = 77 2022-02-27 78 Fixed council type edit page not showing the saved charter date. 79 76 80 = 2.4 = 77 81 2022-02-06 -
kofc-state/trunk/type-council.php
r2673889 r2689231 88 88 $assembly = get_post_meta($post->ID, 'assembly', true); 89 89 $location = get_post_meta($post->ID, 'location', true); 90 $charter_date = get_post_meta($post->ID, ' $charter_date', true);90 $charter_date = get_post_meta($post->ID, 'charter_date', true); 91 91 $website = get_post_meta($post->ID, 'website', true); 92 92 $rss_url = get_post_meta($post->ID, 'rss_url', true);
Note: See TracChangeset
for help on using the changeset viewer.