| @@ -133,9 +133,9 @@ | ||
| 133 | 133 | */ |
| 134 | 134 | function catch_plugin_information_dialog_contents() { |
| 135 | 135 | if ( |
| 136 | 136 | 'plugin-information' !== fs_request_get( 'tab', false ) || |
| 137 | - $this->_fs->get_slug() !== fs_request_get( 'plugin', false ) | |
| 137 | + $this->_fs->get_slug() !== fs_request_get_raw( 'plugin', false ) | |
| 138 | 138 | ) { |
| 139 | 139 | return; |
| 140 | 140 | } |
| 141 | 141 | |
| @@ -152,9 +152,9 @@ | ||
| 152 | 152 | */ |
| 153 | 153 | function edit_and_echo_plugin_information_dialog_contents( $hook_suffix ) { |
| 154 | 154 | if ( |
| 155 | 155 | 'plugin-information' !== fs_request_get( 'tab', false ) || |
| 156 | - $this->_fs->get_slug() !== fs_request_get( 'plugin', false ) | |
| 156 | + $this->_fs->get_slug() !== fs_request_get_raw( 'plugin', false ) | |
| 157 | 157 | ) { |
| 158 | 158 | return; |
| 159 | 159 | } |
| 160 | 160 | |