Changeset 31844
- Timestamp:
- 03/20/2015 02:41:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r31829 r31844 3166 3166 $site_title = wp_specialchars_decode( get_bloginfo( 'name' ), ENT_QUOTES ); 3167 3167 if ( $failures ) { 3168 $body[] = trim( __( "3169 BETA TESTING?3168 $body[] = trim( __( 3169 "BETA TESTING? 3170 3170 ============= 3171 3171 … … 3184 3184 } 3185 3185 3186 $body[] = trim( __( '3187 UPDATE LOG3186 $body[] = trim( __( 3187 'UPDATE LOG 3188 3188 ==========' ) ); 3189 3189 $body[] = '';
Note: See TracChangeset
for help on using the changeset viewer.