Plugin Directory

Changeset 676669


Ignore:
Timestamp:
03/05/2013 10:31:29 PM (13 years ago)
Author:
PeterHudec
Message:

Fixed some typos.

Location:
image-metadata-cruncher
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • image-metadata-cruncher/tags/1.7/README.txt

    r676663 r676669  
    4343    $metadata = $image_metadata_cruncher->get_meta_by_id( $attachment_ID );
    4444   
    45 You can crunch an allready uploaded attachment with the `crunch()` method.
     45You can crunch an already uploaded attachment with the `crunch()` method.
    4646The template and its indexes are optional. If missing, templates from plugin's settings will be used.
    4747   
     
    7373== Frequently Asked Questions ==
    7474
    75 = Is it possible to extract metadata from allready uploaded images? =
     75= Is it possible to extract metadata from already uploaded images? =
    7676
    7777You can use the plugin's methods like this:
     
    8585    $metadata = $image_metadata_cruncher->get_meta_by_id( $attachment_ID );
    8686   
    87 You can crunch an allready uploaded attachment with the `crunch()` method:
     87You can crunch an already uploaded attachment with the `crunch()` method:
    8888Which will extract metadata from the attachment image file and
    8989update the attachment post according to the optional template array.
  • image-metadata-cruncher/trunk/README.txt

    r676662 r676669  
    4343    $metadata = $image_metadata_cruncher->get_meta_by_id( $attachment_ID );
    4444   
    45 You can crunch an allready uploaded attachment with the `crunch()` method.
     45You can crunch an already uploaded attachment with the `crunch()` method.
    4646The template and its indexes are optional. If missing, templates from plugin's settings will be used.
    4747   
     
    7373== Frequently Asked Questions ==
    7474
    75 = Is it possible to extract metadata from allready uploaded images? =
     75= Is it possible to extract metadata from already uploaded images? =
    7676
    7777You can use the plugin's methods like this:
     
    8585    $metadata = $image_metadata_cruncher->get_meta_by_id( $attachment_ID );
    8686   
    87 You can crunch an allready uploaded attachment with the `crunch()` method:
     87You can crunch an already uploaded attachment with the `crunch()` method:
    8888Which will extract metadata from the attachment image file and
    8989update the attachment post according to the optional template array.
Note: See TracChangeset for help on using the changeset viewer.