Skip to content

Commit

Permalink
Merge pull request #77 from CSIS-iLab/fix/homepage-settings
Browse files Browse the repository at this point in the history
Add missing function to fix fatal callback error
  • Loading branch information
urchykli authored Mar 7, 2024
2 parents 687f470 + cdd768b commit a438bf3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wp-content/themes/modern-journalist/inc/custom-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,15 @@ function modern_journalist_admin_init_section_homepage()

}

/**
* Homepage section description.
*/
function modern_journalist_display_section_homepage_message()
{
echo 'Customize the Homepage settings here.';
}


/**
* Renders the text input fields.
*
Expand Down

0 comments on commit a438bf3

Please # to comment.