[wp-trac] [WordPress Trac] #15751: Improve string for no themes in site admin for multisite
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 9 16:05:49 UTC 2010
#15751: Improve string for no themes in site admin for multisite
--------------------------+-------------------------------------------------
Reporter: ocean90 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Themes | Version: 3.1
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
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.''
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15751>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list