To fix the bug:
- Open file blog/wp-admin/includes/screen.php in your favorite text editor.
- On line 706 find the following PHP statement:
<?php echo self::$this->_help_sidebar; ?>
- Replace it with the statement:
<?php echo $this->_help_sidebar; ?>
- Save your changes.
Hope it helps you.
https://citrusbits.com
I’m using latest version of wordpress and I can’t find any code like this:
_help_sidebar; ?>
Also my screen.php having 224 line
But, WordPress have conquered the web already. It doesn’t have any empty dashboard in its latest version anymore. People should update the WordPress core script version to fix empty dashboard issue.
Yup agreed.