Open GoogleCodeExporter opened 9 years ago
To make the backend display the site name the way frontend function
get_site_name does:
admin/template/include-nav.php, line 24, change:
cl($SITENAME);
to:
echo trim(stripslashes($SITENAME));
Original comment by carnav
on 21 Oct 2012 at 8:07
Original issue reported on code.google.com by
carnav
on 6 Oct 2012 at 10:17