Changeset 26883 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 12/31/2013 10:26:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r26851 r26883 2396 2396 } 2397 2397 2398 $body[] = __( 'UPDATE LOG' ); 2399 $body[] = '=========='; 2398 $title = __( 'UPDATE LOG' ); 2399 $body[] = $title; 2400 $body[] = str_repeat( '=', strlen( $title ) ); 2400 2401 $body[] = ''; 2401 2402
Note: See TracChangeset
for help on using the changeset viewer.