mirror of
https://github.com/typecho/typecho.git
synced 2025-04-05 18:52:27 +02:00
commit
095fa2da12
@ -206,7 +206,13 @@ class Widget_Menu extends Typecho_Widget
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if(!empty($currentUrlParts['query']) && substr($urlParts['path'],-13) == 'extending.php'){
|
||||
if( $urlParts['query'] != $currentUrlParts['query']){
|
||||
$validate = false;
|
||||
}
|
||||
}
|
||||
|
||||
if ($hidden && $validate) {
|
||||
$hidden = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user