Make WordPress Core


Ignore:
Timestamp:
09/03/2011 02:18:10 PM (13 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-admin/). See #18560.

File:
1 edited

Legend:

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

    r18500 r18632  
    613613
    614614    // Reunite any orphaned attachments with their parent
    615     // Does this need to be udpated? ~ Mark
     615    // Does this need to be updated? ~ Mark
    616616    if ( !$draft_ids = get_user_option( 'autosave_draft_ids' ) )
    617617        $draft_ids = array();
Note: See TracChangeset for help on using the changeset viewer.