mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Clarify the @return value for WP_Filesystem_Base::getnumchmodfromh().
Follow-up to [9117], [51494]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51495 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user