File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1139,7 +1139,7 @@ public function upgrade_c($v1,$v2)
11391139 $ upgrader_object = $ v1 ;
11401140 $ options = $ v2 ;
11411141
1142- if ($ upgrader_object ->result ['destination_name ' ]!=$ this ->internal ['id ' ])
1142+ if ( isset ( $ upgrader_object -> result [ ' destination_name ' ]) AND $ upgrader_object ->result ['destination_name ' ]!=$ this ->internal ['id ' ])
11431143 {
11441144 return ;
11451145 }
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ To be updated
6262= 2.1.7 =
6363
6464* Added alt tags and aria labels for screen readers to call to action button under posts and sitebar widgets and forms for accessibility.
65+ * Fixed a PHP warning
6566
6667= 2.1.6 =
6768
@@ -186,6 +187,7 @@ To be updated
186187= 2.1.7 =
187188
188189* Added alt tags and aria labels for screen readers to call to action button under posts and sitebar widgets and forms for accessibility
190+ * Fixed a PHP warning
189191
190192= 2.1.6 =
191193
You can’t perform that action at this time.
0 commit comments