You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: