Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #12238


Ignore:
Timestamp:
03/26/2010 02:53:15 AM (15 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12238

    • Property Component changed from General to Media
    • Property Milestone changed from Unassigned to 3.1
  • Ticket #12238 – Description

    initial v1  
    11It's useful to get all the data relating to an image via one source:
    2 
     2{{{
    33/**
    44* returns an array containing attributes for an image stored in the database
     
    2222        return $imageObj;
    2323}
     24}}}