Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php

    r28491 r29206  
    8686
    8787        if ( empty ($opt['password']) ) {
    88             if ( !$this->keys ) //password can be blank if we are using keys
     88            // Password can be blank if we are using keys.
     89            if ( !$this->keys )
    8990                $this->errors->add('empty_password', __('SSH2 password is required'));
    9091        } else {
Note: See TracChangeset for help on using the changeset viewer.