Plugin Directory

Changeset 2689231


Ignore:
Timestamp:
03/05/2022 07:33:12 AM (4 years ago)
Author:
falcon13
Message:

Ver 2.4.1 Fixed council type edit page not showing the saved charter date.

Location:
kofc-state/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kofc-state/trunk/kofc-state.php

    r2673889 r2689231  
    55  Description: Functionality for State Councils Including Recruiting Scoreboards
    66  Author: Chris Hood, On The Grid Web Design LLC
    7   Version: 2.4
     7  Version: 2.4.1
    88  Author URI: http://chrishood.me
    9   Updated: 2/6/2022 Created: 7/21/2016
     9  Updated: 2/27/2022 Created: 7/21/2016
    1010 */
    1111
  • kofc-state/trunk/readme.txt

    r2673891 r2689231  
    73738. Admin Add Knight Page
    7474
    75 == Changelog ==
     75== Changelog
     76= 2.4.1 =
     772022-02-27
     78Fixed council type edit page not showing the saved charter date.
     79
    7680= 2.4 =
    77812022-02-06
  • kofc-state/trunk/type-council.php

    r2673889 r2689231  
    8888        $assembly = get_post_meta($post->ID, 'assembly', true);
    8989        $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);
    9191        $website = get_post_meta($post->ID, 'website', true);
    9292        $rss_url = get_post_meta($post->ID, 'rss_url', true);
Note: See TracChangeset for help on using the changeset viewer.