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.

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35467';
$wp_version = '4.4-beta2-35468';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.