|
@@ -124,7 +124,8 @@ |
|
|
block discarded – undo |
|
124
|
124
|
sprintf($messages['wrong_version'], $messages['php_version'].' '.$this->versions['php']), |
|
125
|
125
|
sprintf($messages['update_php'], PHP_VERSION).'</p><p>'.$rollbackMessage |
|
126
|
126
|
); |
|
127
|
|
- } elseif (!$this->isWpValid()) { |
|
|
127
|
+ } |
|
|
128
|
+ elseif (!$this->isWpValid()) { |
|
128
|
129
|
printf($noticeTemplate, |
|
129
|
130
|
sprintf($messages['notice'], $pluginName), |
|
130
|
131
|
sprintf($messages['wrong_version'], $messages['wp_version'].' '.$this->versions['wordpress']), |
Please login to merge, or discard this patch.