Plugin Directory

Changeset 2325829


Ignore:
Timestamp:
06/17/2020 12:11:17 PM (6 years ago)
Author:
codents
Message:

Foxed class reference error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temporarily-hidden-content/trunk/includes/class-temporarily-hidden-content-admin.php

    r2325827 r2325829  
    7171
    7272        public function admin_page() {
    73             $template = new Temporarily_Hidden_Content_Public(plugin_dir_path(dirname(__FILE__)) . 'templates');
     73            $template = new Temporarily_Hidden_Content_Template(plugin_dir_path(dirname(__FILE__)) . 'templates');
    7474            $template->add(array(
    7575                'PLUGIN_NAME' => $this->plugin_name,
Note: See TracChangeset for help on using the changeset viewer.