PadmaUnlimited / padma-theme

Free Drag & Drop WordPress and ClassicPress Theme Builder. Updated and improved alternative to WordPress/ClassicPress Theme Building. Forked from Headway Themes 3.8.X.
GNU General Public License v2.0
21 stars 6 forks source link

Unknown format specifier in admin-meta-boxes.php #23

Open theosche opened 2 years ago

theosche commented 2 years ago

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)

devipainter commented 1 year ago

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