Ticket #48999: 48999.patch
File 48999.patch, 566 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/includes/update.php
262 262 '<strong><a href="%s">%s</a></strong>', 263 263 network_admin_url( 'update-core.php' ), 264 264 /* translators: %s: WordPress version. */ 265 sprintf( __( ' Get Version %s' ), $cur->current )265 sprintf( __( 'You are running on %s, upgrade to %s' ), get_bloginfo( 'version', 'display' ), $cur->current ) 266 266 ); 267 267 268 268 case 'latest':