Changeset 28956 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 07/02/2014 12:45:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r28629 r28956 2385 2385 if ( $critical_support ) { 2386 2386 // Support offer if available. 2387 $body .= "\n\n" . sprintf( __( "The WordPress team is willing to help you. Forward this email to %s and the teamwill work with you to make sure your site is working." ), $core_update->support_email );2387 $body .= "\n\n" . sprintf( __( "The WordPress team is willing to help you. Forward this email to %s and the team will work with you to make sure your site is working." ), $core_update->support_email ); 2388 2388 } else { 2389 2389 // Add a note about the support forums.
Note: See TracChangeset
for help on using the changeset viewer.