Make WordPress Core

Changeset 30117


Ignore:
Timestamp:
10/30/2014 06:34:03 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Use correct file name in a hook comment.

props wedi.
fixes #30200.

File:
1 edited

Legend:

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

    r29856 r30117  
    152152            }
    153153            plugin_sandbox_scrape( $plugin );
    154             /** This action is documented in wp-admin/includes/plugins.php */
     154            /** This action is documented in wp-admin/includes/plugin.php */
    155155            do_action( "activate_{$plugin}" );
    156156            exit;
Note: See TracChangeset for help on using the changeset viewer.