padma-theme
padma-theme copied to clipboard
Unknown format specifier in admin-meta-boxes.php
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 » 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)
Thank you. This just saved me. It worked fine in php 7.4 but broke in php 8.x. - href="%s" - fixed the issue.