Make WordPress Core

Ticket #48999: 48999.patch

File 48999.patch, 566 bytes (added by dkarfa, 5 years ago)
  • src/wp-admin/includes/update.php

     
    262262                                '<strong><a href="%s">%s</a></strong>',
    263263                                network_admin_url( 'update-core.php' ),
    264264                                /* 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 )
    266266                        );
    267267
    268268                case 'latest':