﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15751,Improve string for no themes in site admin for multisite,ocean90,,"http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/class-wp-themes-list-table.php#L66

If you have more themes installed but not enabled for this site, the string doesn't tell the truth, so maybe add a link to themes.php or site-themes.php?id=x. Also it's not translated.

[[BR]]
[[BR]]
Some examples from nacin:

''printf( !__( 'You only have one theme activated for this site right now. Visit the Network Admin to <a href=""%1$s"">activate</a> or <a href=""%2$s"">install</a> more themes.' ), network_admin_url( 'site-themes.php?id=' . $GLOBALS!['blog_id'] ), network_admin_url( 'theme-install.php' ) );''

---

''You only have one theme enabled for this site right now. Visit the Network Admin to <a href=""%1$s"">enable</a> or <a href=""%2$s"">install</a> more themes.''


",defect (bug),closed,normal,3.1,Themes,3.1,normal,fixed,needs-patch,
