Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin-install.php

    r19112 r19593  
    200200
    201201    if ( 'install' == $status ) {
    202         if ( is_dir( WP_PLUGIN_DIR  . '/' . $api->slug ) ) {
     202        if ( is_dir( WP_PLUGIN_DIR . '/' . $api->slug ) ) {
    203203            $installed_plugin = get_plugins('/' . $api->slug);
    204204            if ( empty($installed_plugin) ) {
Note: See TracChangeset for help on using the changeset viewer.