Inline documentation for the 'plugin_install_details_link' hook added in [29047] should use a 3-digit, x.x.x-style @since version.

See #28885.

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


git-svn-id: http://core.svn.wordpress.org/trunk@28936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-07-14 00:10:15 +00:00
parent b8d47f48c5
commit 79a4fd8fef

View File

@ -282,7 +282,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
/**
* Filter the details link for a plugin.
*
* @since 4.0
* @since 4.0.0
*
* @param array $details_link Link to view the current plugin's details.
* @param array $plugin The plugin currently being listed.