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.


git-svn-id: https://develop.svn.wordpress.org/trunk@29152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-07-14 00:09:58 +00:00
parent 08fd193850
commit f77584ea2c

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.