Make WordPress Core

Changeset 32924


Ignore:
Timestamp:
06/24/2015 04:51:16 AM (11 years ago)
Author:
dd32
Message:

WP Filesystem: Correctly set the @since for WP_Filesystem_Base::getchmod() added in r32923.
This is 2.5.0 as that's when the function become available in all subclasses.
See #29548

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-filesystem-base.php

    r32923 r32924  
    355355         * Gets the permissions of the specified file or filepath in their octal format
    356356         *
    357          * @since 4.0
     357         * @since 2.5.0
    358358         * @param string $file
    359359         * @return string the last 3 characters of the octal number
Note: See TracChangeset for help on using the changeset viewer.