Changeset 1417540
- Timestamp:
- 05/15/2016 09:57:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
maintenance-switch/trunk/includes/class-maintenance-switch.php
r1417539 r1417540 201 201 // Add an action link pointing to the options page. 202 202 $plugin_basename = plugin_basename( plugin_dir_path( __DIR__ ) . $this->plugin_name . '.php' ); 203 $this->loader->add_filter( 'plugin_action_links_' . $plugin_basename, $ this->plugin_admin, 'add_action_links' );203 $this->loader->add_filter( 'plugin_action_links_' . $plugin_basename, $plugin_admin, 'add_action_links' ); 204 204 205 205 // Add an action for the switch button
Note: See TracChangeset
for help on using the changeset viewer.