It is quite disturbing, that saving a normal post will in fact create two entries in `wp_term_relationships`. One entry connecting (rightfully so) the post to the category chosen and a second one to a *link-category* ???

It seems to always be the same link category.

For normal blog usage this may be still be ugly but irrelevant but it does break for instance advanced search plugins and possibly other.


Oliver

DD32 wrote:
The dashboard css is loaded on admin_head too, If you want to have specific 
rules loaded after all others, set the priority to late, ie:

add_action('admin_head', 'my_function', 0, 100);

On Thu, 06 Mar 2008 21:01:42 +1100, Dean Robinson <[EMAIL PROTECTED]> wrote:

Hi all,

While working on my new admin theme/plugin I noticed that when I use
the 'admin_head' action, on just about every admin screen it adds it
as the last thing inside the <head>, except for on the dashboard,
where the dashboard.css is actually added after it. Not a big issue, I
just used some more specific styles to get around it but wondering if
this is done for any particular reason.

Dean Robinson

deanjrobinson.com
[EMAIL PROTECTED]
--------------------------------------
twitter.com/deanjrobinson
hahlo.com
twitter.com/hahlo



_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers




_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to