Plugin Directory

Changeset 735353


Ignore:
Timestamp:
07/03/2013 10:02:06 AM (12 years ago)
Author:
acalbert
Message:

version 1.8.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-slug-translate/trunk/wp-slug-translate.php

    r649603 r735353  
    121121    $wpdb->query($sql);
    122122}
    123 add_action('publish_post', 'wp_slug_translate', 1);
    124 add_action('edit_post', 'wp_slug_translate', 1);
     123//add_action('publish_post', 'wp_slug_translate', 1);
     124//add_action('edit_post', 'wp_slug_translate', 1);
     125add_action('save_post', 'wp_slug_translate', 1);
    125126
    126127function wp_slug_translate_activate(){
Note: See TracChangeset for help on using the changeset viewer.