padma-theme icon indicating copy to clipboard operation
padma-theme copied to clipboard

Unknown format specifier in admin-meta-boxes.php

Open theosche opened this issue 4 years ago • 1 comments

Hello,

In admin-meta-boxes.php:302 there is a missing format specifier "s", that should be added in translations files too : $this->info = sprintf( __('<strong>Configure the SEO settings for this page (Front Page) in the Padma Search Engine Optimization settings tab in <a href="%" target="_blank">Padma &raquo; Configuration</a>.</strong>','padma'), admin_url('admin.php?page=padma-options#tab-seo') ); Should be href="%s"

(Wordpress sends me emails for this php error)

theosche avatar Jan 31 '22 19:01 theosche

Thank you. This just saved me. It worked fine in php 7.4 but broke in php 8.x. - href="%s" - fixed the issue.

devipainter avatar Apr 02 '23 22:04 devipainter