Wp-admin widgets have no title texts
Just to make sure, I took a look in the actual source code of the WordPress repository. The line in question is: <div class=”widget-title”><h4><?php echo $widget_title ?><span class=”in-widget-title”></span></h4></div> I also went through and checked previous changesets to see if we ever accidentally released broken code. If you want to look at the revision log yourself, … Read more