Changeset 2325829
- Timestamp:
- 06/17/2020 12:11:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temporarily-hidden-content/trunk/includes/class-temporarily-hidden-content-admin.php
r2325827 r2325829 71 71 72 72 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'); 74 74 $template->add(array( 75 75 'PLUGIN_NAME' => $this->plugin_name,
Note: See TracChangeset
for help on using the changeset viewer.