[wp-forums] 3.2 troubleshooting (ahead of the curve!)

Andrew Nacin wp at andrewnacin.com
Tue Jun 28 07:27:59 UTC 2011


On Fri, Jun 24, 2011 at 9:01 AM, esmi at quirm dot net <esmi at quirm.net>wrote:

> on 24/06/2011 10:25 Andrew Nacin said the following:
>
>  "The Site Title (on the admin side) is too small" is not a problem we need
>> to be dealing with. Sorry, Otto :-)
>>
>
> We can just suggest something in functions.php like:
>
> function larger_site_title() {
> ?>
> <style type = "text/css">
> #wphead h1 {font-size:24px;}
> </style>
> <?php
> }
> add_action( 'admin_head','larger_site_**title');
>
> Yes? No?
>
> Mel



I would say no. (That's even worse than linking somewhere, as functions.php
is tied to the theme.) Are you really seeing that many support requests for
it? The admin area underwent a redesign. They can get used to it. If someone
really wants to put a plugin in the directory that can be linked to, fine.
But there's no real need to cater to that.

That said, Favorite Actions are gone. People might complain. Tell them that
A) there's "Add New" links everywhere now, next to the screen title, and B)
have them turn on the Admin Bar in the dashboard for extra links. (Yes,
that's the direction we're headed.)

Nacin


More information about the wp-forums mailing list