Ignore:
Timestamp:
Dec 14, 2006, 1:58:57 AM (17 years ago)
Author:
rvelices
Message:
  • plugins admin menu appear now in the admin page menubar
  • plugins are loaded immediately after loading the config (allow

them to hack more of pwg like user init, template init etc...)

  • trigger event format_exif_data (for picture display only)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_metadata.inc.php

    r1590 r1655  
    4242  if ($exif = @read_exif_data($picture['current']['image_path']))
    4343  {
     44    $exif = trigger_event('format_exif_data', $exif, $picture['current'] );
    4445    $template->assign_block_vars(
    4546      'metadata.headline',
Note: See TracChangeset for help on using the changeset viewer.