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

Props tfrommen, SergeyBiryukov

Built from https://develop.svn.wordpress.org/trunk@39063


git-svn-id: http://core.svn.wordpress.org/trunk@39005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-10-31 19:38:47 +00:00
parent babd79fb36
commit 0ff0dcc7de
2 changed files with 6 additions and 9 deletions

View File

@ -653,8 +653,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
* The default action links for the Network plugins list table include
* 'Network Activate', 'Network Deactivate', 'Edit', and 'Delete'.
*
* @since 3.1.0 As `{$prefix}_plugin_action_links`
* @since 4.4.0
* @since 3.1.0
*
* @param array $actions An array of plugin action links.
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
@ -671,8 +670,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
* The dynamic portion of the hook name, $plugin_file, refers to the path
* to the plugin file, relative to the plugins directory.
*
* @since 3.1.0 As `{$prefix}_plugin_action_links_{$plugin_file}`
* @since 4.4.0
* @since 3.1.0
*
* @param array $actions An array of plugin action links.
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
@ -692,8 +690,8 @@ class WP_Plugins_List_Table extends WP_List_Table {
* 'Activate', 'Deactivate', and 'Edit', for a network site, and
* 'Activate', 'Deactivate', 'Edit', and 'Delete' for a single site.
*
* @since 2.5.0 As `{$prefix}_plugin_action_links`
* @since 4.4.0
* @since 2.5.0
* @since 2.6.0 The `$context` parameter was added.
*
* @param array $actions An array of plugin action links.
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
@ -710,8 +708,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
* The dynamic portion of the hook name, $plugin_file, refers to the path
* to the plugin file, relative to the plugins directory.
*
* @since 2.7.0 As `{$prefix}_plugin_action_links_{$plugin_file}`
* @since 4.4.0
* @since 2.7.0
*
* @param array $actions An array of plugin action links.
* @param string $plugin_file Path to the plugin file relative to the plugins directory.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta1-39062';
$wp_version = '4.7-beta1-39063';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.