Make WordPress Core


Ignore:
Timestamp:
04/05/2011 05:13:04 PM (14 years ago)
Author:
ryan
Message:

Take out unnecessary compat functions from compat.php. Props hakre, ptahdunbar. see #16918

File:
1 edited

Legend:

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

    r17534 r17603  
    552552    // generate new filename
    553553    $path = get_attached_file($post_id);
    554     $path_parts = pathinfo52( $path );
     554    $path_parts = pathinfo( $path );
    555555    $filename = $path_parts['filename'];
    556556    $suffix = time() . rand(100, 999);
Note: See TracChangeset for help on using the changeset viewer.