Changeset 41924
- Timestamp:
- 10/18/2017 08:50:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/network.php
r41923 r41924 119 119 __( 'Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.' ), 120 120 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>'; 122 123 echo '</div>'; 123 124 include( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset
for help on using the changeset viewer.