PluginProbe
Polylang / 2.6.2
Polylang v2.6.2
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | settings/settings-url.php +0 -2 2.72.6.2 View file →
@@ -222,10 +222,8 @@
222 222 *
223 223 * @param array $options
224 224 */
225 225 protected function update( $options ) {
226 - $newoptions = array();
227 -
228 226 foreach ( array( 'force_lang', 'rewrite' ) as $key ) {
229 227 $newoptions[ $key ] = isset( $options[ $key ] ) ? (int) $options[ $key ] : 0;
230 228 }
231 229