Changeset 45932 for trunk/src/wp-admin/includes/translation-install.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/translation-install.php
r45583 r45932 61 61 trigger_error( 62 62 sprintf( 63 /* translators: %s: support forums URL*/63 /* translators: %s: Support forums URL. */ 64 64 __( '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>.' ), 65 65 __( 'https://wordpress.org/support/forums/' ) … … 75 75 'translations_api_failed', 76 76 sprintf( 77 /* translators: %s: support forums URL*/77 /* translators: %s: Support forums URL. */ 78 78 __( '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>.' ), 79 79 __( 'https://wordpress.org/support/forums/' ) … … 87 87 'translations_api_failed', 88 88 sprintf( 89 /* translators: %s: support forums URL*/89 /* translators: %s: Support forums URL. */ 90 90 __( '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>.' ), 91 91 __( 'https://wordpress.org/support/forums/' )
Note: See TracChangeset
for help on using the changeset viewer.