Changeset 39325 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 11/21/2016 01:51:39 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r38722 r39325 49 49 'upload' => __( 'Upload Theme' ), 50 50 'back' => __( 'Back' ), 51 'error' => __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), 51 'error' => sprintf( 52 /* translators: %s: support forums URL */ 53 __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ), 54 __( 'https://wordpress.org/support/' ) 55 ), 52 56 'themesFound' => __( 'Number of Themes found: %d' ), 53 57 'noThemesFound' => __( 'No themes found. Try a different search.' ),
Note: See TracChangeset
for help on using the changeset viewer.