Plugin Directory

Changeset 938363


Ignore:
Timestamp:
06/25/2014 09:07:19 AM (12 years ago)
Author:
ezraverheijen
Message:

Oops, fast little bugfix

Location:
wp-auto-salts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-auto-salts/tags/0.9/wp-auto-salts.php

    r938319 r938363  
    181181         * On deactivation, remove all functions from the scheduled action hook.
    182182         */
    183         function prefix_deactivation() {
     183        function remove_weekly_cron() {
    184184
    185185            wp_clear_scheduled_hook( 'wp_auto_salts' );
  • wp-auto-salts/trunk/wp-auto-salts.php

    r938318 r938363  
    181181         * On deactivation, remove all functions from the scheduled action hook.
    182182         */
    183         function prefix_deactivation() {
     183        function remove_weekly_cron() {
    184184
    185185            wp_clear_scheduled_hook( 'wp_auto_salts' );
Note: See TracChangeset for help on using the changeset viewer.