Make WordPress Core

Changeset 15051


Ignore:
Timestamp:
05/29/2010 12:12:48 PM (15 years ago)
Author:
nbachiyski
Message:

Remove a space in the beginning of a translatable string.

It was a typo -- the space should have been between the parent and the quote.

File:
1 edited

Legend:

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

    r15037 r15051  
    128128    $active_plugins = get_option( 'active_plugins' );
    129129    if ( ! empty( $active_plugins ) ) {
    130         echo '<div class="updated"><p><strong>' . __('Warning:') . '</strong> ' . sprintf( __( 'Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.' ), admin_url( 'plugins.php?plugin_status=active' ) ) . '</p></div><p>' . __(' Once the network is created, you may reactivate your plugins.' ) . '</p>';
     130        echo '<div class="updated"><p><strong>' . __('Warning:') . '</strong> ' . sprintf( __( 'Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.' ), admin_url( 'plugins.php?plugin_status=active' ) ) . '</p></div><p>' . __( 'Once the network is created, you may reactivate your plugins.' ) . '</p>';
    131131        echo '</div>';
    132132        include( './admin-footer.php' );
Note: See TracChangeset for help on using the changeset viewer.