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.


git-svn-id: https://develop.svn.wordpress.org/trunk@35468 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-10-31 13:15:01 +00:00
parent 2edd6a894b
commit 37145d5b88
2 changed files with 2 additions and 2 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.

View File

@ -875,7 +875,7 @@ function heartbeat_autosave( $response, $data ) {
* as they disregard the autocomplete setting on the editor textarea. That can break the editor
* when the user navigates to it with the browser's Back button. See #28037
*
* @since 4.0
* @since 4.0.0
*
* @global bool $is_safari
* @global bool $is_chrome