Changeset 7006 for trunk/src/includes/admin/tools/upgrade.php
- Timestamp:
- 11/24/2019 01:38:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/upgrade.php
r6990 r7006 386 386 387 387 // Complete results 388 $result = sprintf( esc_html__( 'Complete! % s groups updated; %s forums updated; %s forum statuses synced.', 'bbpress' ), bbp_number_format( $g_count ), bbp_number_format( $f_count ), bbp_number_format( $s_count ) );388 $result = sprintf( esc_html__( 'Complete! %1$s groups updated; %2$s forums updated; %3$s forum statuses synced.', 'bbpress' ), bbp_number_format( $g_count ), bbp_number_format( $f_count ), bbp_number_format( $s_count ) ); 389 389 return array( 0, sprintf( $statement, $result ) ); 390 390 }
Note: See TracChangeset
for help on using the changeset viewer.