Make WordPress Core

Changeset 29977


Ignore:
Timestamp:
10/20/2014 09:34:51 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix copy/paste errors in [27769].

props Corphi.
fixes #30054.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin.php

    r29856 r29977  
    559559
    560560            /**
    561              * Fires as a specific plugin is being deactivated.
    562              *
    563              * This hook is the "deactivation" hook used internally by
    564              * register_deactivation_hook(). The dynamic portion of the
    565              * hook name, $plugin. refers to the plugin basename.
     561             * Fires as a specific plugin is being activated.
     562             *
     563             * This hook is the "activation" hook used internally by
     564             * register_activation_hook(). The dynamic portion of the
     565             * hook name, $plugin, refers to the plugin basename.
    566566             *
    567567             * If a plugin is silently activated (such as during an update),
     
    676676             * This hook is the "deactivation" hook used internally by
    677677             * register_deactivation_hook(). The dynamic portion of the
    678              * hook name, $plugin. refers to the plugin basename.
     678             * hook name, $plugin, refers to the plugin basename.
    679679             *
    680680             * If a plugin is silently deactivated (such as during an update),
Note: See TracChangeset for help on using the changeset viewer.