Make WordPress Core

Changeset 41924


Ignore:
Timestamp:
10/18/2017 08:50:58 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Network Admin: After [41923], move the second <p> tag to a new line for better readability.

See #41652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/network.php

    r41923 r41924  
    119119            __( 'Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.' ),
    120120            admin_url( 'plugins.php?plugin_status=active' )
    121         ) . '</p></div><p>' . __( 'Once the network is created, you may reactivate your plugins.' ) . '</p>';
     121        ) . '</p></div>';
     122        echo '<p>' . __( 'Once the network is created, you may reactivate your plugins.' ) . '</p>';
    122123        echo '</div>';
    123124        include( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset for help on using the changeset viewer.