Make WordPress Core

Ticket #23163: 23163.2.diff

File 23163.2.diff, 1.0 KB (added by DrewAPicture, 10 years ago)

clarification on wildcard

  • src/wp-admin/network/index.php

     
    3939$quick_tasks .= '<ul><li>' . __( 'To add a new user <strong>click Create a New User</strong>' ) . '</li>';
    4040$quick_tasks .= '<li>' . __( 'To add a new site <strong>click Create a New Site</strong>' ) . '</li></ul>';
    4141$quick_tasks .= '<p>' . __( 'To search for a user or site, use the search boxes.' ) . '</p>';
    42 $quick_tasks .= '<ul><li>' . __( '<strong>To search for a user</strong> enter all or part of a username or email address' ) . '</li>';
     42$quick_tasks .= '<ul><li>' . __( '<strong>To search for a user</strong>, enter an email address or username. Use an asterisk to search for a partial username, such as user&#42;' ) . '</li>';
    4343$quick_tasks .= '<li>' . __( '<strong>To search for a site</strong> enter the path or domain' ) . '</li></ul>';
    4444
    4545get_current_screen()->add_help_tab( array(