[wp-trac] [WordPress Trac] #28732: There's no way to open the "theme details" or previewer in a new tab.
WordPress Trac
noreply at wordpress.org
Thu Feb 4 13:57:57 UTC 2016
#28732: There's no way to open the "theme details" or previewer in a new tab.
-------------------------------------------------+-------------------------
Reporter: iseulde | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future
Component: Themes | Release
Severity: normal | Version: 3.8
Keywords: needs-patch needs-testing 2nd- | Resolution:
opinion | Focuses:
| accessibility
-------------------------------------------------+-------------------------
Comment (by afercia):
Replying to [comment:13 obenland]:
> Right, currently it is the latter. We could copy what the theme
directory does though, where that is wrapped in a link to an actual web
resource (which wp-admin/themes.php?theme=twentyten is).
The theme directory on wp.org works differently, using links there makes
sense. `wp-admin/themes.php?theme=twentyten` is a resource, where the
resource is `themes.php`. To avoid academic debates about what a resource
and a URI are, try this: disable JavaScript in your browser and then go
to:
{{{
https://wordpress.org/themes/twentyeleven/
https://wordpress.org/themes/twentyfifteen/
https://wordpress.org/themes/twentyfourteen/
}}}
it works, they're real web resources and using links to point to them
makes sense. Then try to go in the WordPress admin to:
{{{
/wp-admin/themes.php?theme=twentyeleven
/wp-admin/themes.php?theme=twentyfifteen
/wp-admin/themes.php?theme=twentyfourteen
}}}
nothing happens, it always shows you themes.php so they're not "resources"
and links shouldn't be used in this case.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28732#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list