Docs: Clarify the @return value for WP_Filesystem_Base::getnumchmodfromh().

Follow-up to [9117], [51494].

See #53399.
Built from https://develop.svn.wordpress.org/trunk@51495


git-svn-id: http://core.svn.wordpress.org/trunk@51106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-07-27 11:01:57 +00:00
parent e86e6f8771
commit 1e6a658e2f
2 changed files with 3 additions and 3 deletions

View File

@ -407,8 +407,8 @@ class WP_Filesystem_Base {
*
* @since 2.5.0
*
* @param string $mode string The *nix-style file permission.
* @return string Octal representation.
* @param string $mode string The *nix-style file permissions.
* @return string Octal representation of permissions.
*/
public function getnumchmodfromh( $mode ) {
$realmode = '';

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51494';
$wp_version = '5.9-alpha-51495';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.