mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
e86e6f8771
commit
1e6a658e2f
@ -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 = '';
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user