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
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"
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 behref="%s"
(Wordpress sends me emails for this php error)