Я обнаружил еще одну ошибку после обновления до PHP 7 ... но это в wpsc-shopping_cart_page.php
.
Что написано неправильно ...?
Это det-org.php
:
<label for="agree"><input id="agree" type='checkbox' value='yes' name='agree' /> <?php printf(__("I agree to the <a class='thickbox' target='_blank' href='%s' class='termsandconds'>Terms and Conditions</a>", 'wp-e-commerce'), esc_url( home_url( "?termsandconds=true&width=360&height=400" ) ) ); ?> <span class="asterix">*</span></label>
Это мой PHP: (работает на PHP 5.6), но НЕ 7 ...
<label for="agree"><input id="agree" type='checkbox' value='yes' name='agree' />I agree to the <a href="https://....mysite..../information/" target="_blank">Terms and Conditions</a> <span class="asterix">* </span></label></br>