Make WordPress Core

Changeset 16699 for trunk/wp-app.php


Ignore:
Timestamp:
12/02/2010 11:30:21 PM (14 years ago)
Author:
nacin
Message:

s/occured/occurred/. props aldenta, fixes #15653.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r16221 r16699  
    713713
    714714        if ( !isset($location) || 'attachment' != $entry['post_type'] || empty($filetype['ext']) )
    715             $this->internal_error(__('Error ocurred while accessing post metadata for file location.'));
     715            $this->internal_error(__('Error occurred while accessing post metadata for file location.'));
    716716
    717717        // delete file
     
    750750
    751751        if ( !isset($location) || 'attachment' != $entry['post_type'] || empty($filetype['ext']) )
    752             $this->internal_error(__('Error ocurred while accessing post metadata for file location.'));
     752            $this->internal_error(__('Error occurred while accessing post metadata for file location.'));
    753753
    754754        status_header('200');
     
    802802
    803803        if (!isset($location) || 'attachment' != $entry['post_type'] || empty($filetype['ext']))
    804             $this->internal_error(__('Error ocurred while accessing post metadata for file location.'));
     804            $this->internal_error(__('Error occurred while accessing post metadata for file location.'));
    805805
    806806        $fp = fopen("php://input", "rb");
Note: See TracChangeset for help on using the changeset viewer.