Commit d0c38f4 1 parent fdf0999 commit d0c38f4 Copy full SHA for d0c38f4
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
die ('Stop!!! ' );
13
13
}
14
14
15
- //Meta Property
16
- $ meta_property = array (
15
+ // Meta Property
16
+ $ meta_property = [
17
17
'og:title ' => '' ,
18
18
'og:type ' => '' ,
19
19
'og:description ' => '' ,
20
20
'og:site_name ' => '' ,
21
21
'og:image ' => '' ,
22
22
'og:url ' => ''
23
- ) ;
23
+ ] ;
24
24
25
25
/**
26
26
* nv_create_submenu()
@@ -148,12 +148,12 @@ function nv_blocks_content($sitecontent)
148
148
149
149
$ array_position = array_keys ($ _posReal );
150
150
foreach ($ blocks as $ _key => $ _row ) {
151
- if ($ _row ['exp_time ' ] != 0 and $ _row ['exp_time ' ] <= NV_CURRENTTIME ) {
152
- $ unact [] = $ _row ['bid ' ];
151
+ if (!defined ('NV_IS_DRAG_BLOCK ' ) and !$ _row ['act ' ]) {
153
152
continue ;
154
153
}
155
154
156
- if (!defined ('NV_IS_DRAG_BLOCK ' ) and !$ _row ['act ' ]) {
155
+ if ($ _row ['exp_time ' ] != 0 and $ _row ['exp_time ' ] <= NV_CURRENTTIME ) {
156
+ $ unact [] = $ _row ['bid ' ];
157
157
continue ;
158
158
}
159
159
You can’t perform that action at this time.
0 commit comments