Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Updated to 1.1.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Mar 29, 2017
1 parent 8e9eb5f commit c41a5e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

'menu' => [
'top-level' => [
'title' => __('Search Inside', $textdomain),
'name' => __('Search Inside', $textdomain),
'title' => __('Search Inside', 'search-iniside'),
'name' => __('Search Inside', 'search-iniside'),
'capability' => 'manage_options',
'slug' => 'searchinside-options',
'function' => '',
Expand All @@ -29,8 +29,8 @@
'submenu' => [
'options' => [
'parent' => 'searchinside-options',
'title' => __('Options', $textdomain),
'name' => __('Options', $textdomain),
'title' => __('Options', 'search-iniside'),
'name' => __('Options', 'search-iniside'),
'capability' => 'manage_options',
'slug' => 'searchinside-options',
'function' => '',
Expand Down
4 changes: 2 additions & 2 deletions src/Controller/Uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Uninstall {
*/
public static function removeAll() {

delete_option('searchinside_version');
delete_option('search-inside-version');
// For site options in Multisite
delete_site_option('searchinside_version');
delete_site_option('search-inside-version');
}
}

0 comments on commit c41a5e8

Please sign in to comment.