Changeset 28105
- Timestamp:
- 04/13/2014 07:01:21 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r28062 r28105 326 326 url: 'https://api.wordpress.org/themes/info/1.1/?callback=?', 327 327 dataType: 'jsonp', 328 timeout: 15000, // 15 seconds 328 329 329 330 // Request data -
trunk/src/wp-admin/theme-install.php
r28037 r28105 57 57 'upload' => __( 'Upload Theme' ), 58 58 'back' => __( 'Back' ), 59 'error' => ( 'There was a problem trying to load the themes. Please, try again.' ), // @todo improve59 'error' => sprintf( __( 'An unexpected error occurred and we can᾿t reach WordPress.org. If you continue to have problems, please try the <a href="%s">support forums</a>.' ), __( 'https://wordpress.org/support/' ) ) 60 60 ), 61 61 'installedThemes' => array_keys( $installed_themes ),
Note: See TracChangeset
for help on using the changeset viewer.