WordPress.org

Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16132, comment 3

Timestamp:
01/07/11 08:51:59 (2 years ago)
Author:
solarissmoke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16132, comment 3

    initial v1  
    22> `.hide-if-no-js` is in global.dev.css. 
    33 
    4 But the error page only links tp wp-admin/css/install.css (see _default_wp_die_handler() ) - I think this has always been the case. 
     4But the error page only links to wp-admin/css/install.css (see _default_wp_die_handler() ) - I think this has always been the case. 
    55 
    66Also, my original suggestion that we should remove the second "try again" link is wrong, because themes_api can return two different errors. I've changed the patch. As far as I can see this shouldn't negatively affect other calls to themes_api().