Forums
(@bounasser)
8 years, 10 months ago
after changing line 66 in wordpress-importer.php from this: function WP_Import() { /* nothing */ } to this: function __constructor() { /* nothing */ } the warning dissapeared.
function WP_Import() { /* nothing */ }
function __constructor() { /* nothing */ }
9 years, 2 months ago
You’re absolutely right, but keep in mind that the code above may break a lot of plugins that list post/page titles, especially in terms of layout.