Browse Source

Removed link to puc in functions.php

main
Kenneth John Odle 3 years ago
parent
commit
e5b206343b
  1. 2
      functions.php

2
functions.php

@ -225,9 +225,11 @@ require get_template_directory() . '/functions/mobile-menus.php';
// Include our update script to update from private repo
/* Deleted for now; get other theme issues working (2021.08.01)
require 'update/puc.php';
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
'http://api.kjodle.net/?action=get_metadata&slug=portage',
__FILE__,
'portage'
);
*/
Loading…
Cancel
Save