Go to 493 line:
$time_format=get_option(‘time_format’);
and comment it:
//$time_format=get_option(‘time_format’);
for me work this one!
I solved the problem by adding <?php wp_head(); ?> before </head> in my theme.
😉
control if in your theme there is <?php wp_head(); ?> before </head>
I have the same problem…
HELP ME!