Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #39209


Ignore:
Timestamp:
12/09/2016 07:52:55 PM (9 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39209

    • Property Status changed from new to assigned
    • Property Focuses multisite added
    • Property Owner set to flixos90
    • Property Milestone changed from Awaiting Review to 4.8
    • Property Keywords needs-patch added
  • Ticket #39209 – Description

    initial v3  
    1 replace 1 check with current_user_can( 'manage_network' ) in wp-signup.php;
     1replace 1 check with `current_user_can( 'manage_network' )` in `wp-signup.php`;
    22
    3 in addition, change the message string to Greetings Network Administrator! The network currently allows &#8220;%s&#8221; registrations. To change or disable registration go to your <a href="%s">Options page</a>. and the $i18n['blog'] string to site to match current naming conventions
     3in addition, change the message string to `Greetings Network Administrator! The network currently allows &#8220;%s&#8221; registrations. To change or disable registration go to your <a href="%s">Options page</a>.` and the `$i18n['blog']` string to site to match current naming conventions