Plugin Directory

Changeset 169138


Ignore:
Timestamp:
11/01/2009 01:20:50 AM (16 years ago)
Author:
toddiceton
Message:

Tracking reverted to publish_post

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpaudio-mp3-player/trunk/wpaudio.php

    r169094 r169138  
    107107add_action('admin_menu', 'wpa_menu');
    108108# Add track
    109 if ($wpa_options['wpa_track_permalink']) add_action('save_post', 'wpaPostNew');
     109if ($wpa_options['wpa_track_permalink']) add_action('publish_post', 'wpaPostNew');
    110110
    111111## Built-in libraries
Note: See TracChangeset for help on using the changeset viewer.