Docs: Use 3-digit, x.x.x-style semantic versioning in the DocBlocks for post_form_autocomplete_off() and WP_Filesystem_SSH2::sftp_path().

Props aaronrutley.
Fixes #34518.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-10-31 13:16:24 +00:00
parent 1b30c48bca
commit e6578e7b4f
3 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ class WP_Filesystem_SSH2 extends WP_Filesystem_Base {
*
* @access public
*
* @since 4.4
* @since 4.4.0
*
* @param string $path The File/Directory path on the remote server to return
* @return string The ssh2.sftp:// wrapped path to use.