Make WordPress Core


Ignore:
Timestamp:
10/31/2016 06:27:53 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Fix multiple trivial typos throughout a variety of core files.

Props ottok.
Fixes #38489.

File:
1 edited

Legend:

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

    r38961 r39051  
    17481748    }
    17491749
    1750     // `$deprecated was pre-4.3 `$plaintext_pass`. An empty `$plaintext_pass` didn't sent a user notifcation.
     1750    // `$deprecated was pre-4.3 `$plaintext_pass`. An empty `$plaintext_pass` didn't sent a user notification.
    17511751    if ( 'admin' === $notify || ( empty( $deprecated ) && empty( $notify ) ) ) {
    17521752        return;
Note: See TracChangeset for help on using the changeset viewer.