Make WordPress Core

Changeset 17976 for trunk/wp-login.php


Ignore:
Timestamp:
05/20/2011 06:00:45 AM (14 years ago)
Author:
nacin
Message:

Fix typo in docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r17918 r17976  
    9393    if ( !empty( $message ) ) echo $message . "\n";
    9494
    95     // Incase a plugin uses $error rather than the $errors object
     95    // In case a plugin uses $error rather than the $wp_errors object
    9696    if ( !empty( $error ) ) {
    9797        $wp_error->add('error', $error);
Note: See TracChangeset for help on using the changeset viewer.