Make WordPress Core

Ticket #57388: 57388.patch

File 57388.patch, 799 bytes (added by thakkarhardik, 2 years ago)
  • src/wp-admin/user-edit.php

    diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php
    index edcdfb1ac59e3bfcacdcc13a26000f0bf97639d0..caa0ea74f3f306761957fade089250219bdfc7f9 100644
    a b switch ( $action ) { 
    815815                                                                        <?php
    816816                                                                        printf(
    817817                                                                                /* translators: %s: Documentation URL. */
    818                                                                                 __( 'If this is a development website you can <a href="%s" target="_blank">set the environment type accordingly</a> to enable application passwords.' ),
     818                                                                                __( 'If this is a local website you can <a href="%s" target="_blank">set the environment type</a> as \'local\' to enable application passwords.' ),
    819819                                                                                __( 'https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type' )
    820820                                                                        );
    821821                                                                        ?>