Make WordPress Core

Changeset 39063


Ignore:
Timestamp:
10/31/2016 07:37:39 PM (8 years ago)
Author:
johnbillion
Message:

Plugins: Correct the since docs for the various plugin_action_links filters.

Props tfrommen, SergeyBiryukov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugins-list-table.php

    r38827 r39063  
    654654             * 'Network Activate', 'Network Deactivate', 'Edit', and 'Delete'.
    655655             *
    656              * @since 3.1.0 As `{$prefix}_plugin_action_links`
    657              * @since 4.4.0
     656             * @since 3.1.0
    658657             *
    659658             * @param array  $actions     An array of plugin action links.
     
    672671             * to the plugin file, relative to the plugins directory.
    673672             *
    674              * @since 3.1.0 As `{$prefix}_plugin_action_links_{$plugin_file}`
    675              * @since 4.4.0
     673             * @since 3.1.0
    676674             *
    677675             * @param array  $actions     An array of plugin action links.
     
    693691             * 'Activate', 'Deactivate', 'Edit', and 'Delete' for a single site.
    694692             *
    695              * @since 2.5.0 As `{$prefix}_plugin_action_links`
    696              * @since 4.4.0
     693             * @since 2.5.0
     694             * @since 2.6.0 The `$context` parameter was added.
    697695             *
    698696             * @param array  $actions     An array of plugin action links.
     
    711709             * to the plugin file, relative to the plugins directory.
    712710             *
    713              * @since 2.7.0 As `{$prefix}_plugin_action_links_{$plugin_file}`
    714              * @since 4.4.0
     711             * @since 2.7.0
    715712             *
    716713             * @param array  $actions     An array of plugin action links.
Note: See TracChangeset for help on using the changeset viewer.