]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-filesystem-base.php
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-filesystem-base.php
index 75808df8a35c1029019b0ac42b0d824ed4933fd5..d64fe4bba410bbc13ad8749cf0786b713e3398f1 100644 (file)
@@ -203,7 +203,7 @@ class WP_Filesystem_Base {
                                continue; //We want this to be caught by the next code block.
 
                        //Working from /home/ to /user/ to /wordpress/ see if that file exists within the current folder,
                                continue; //We want this to be caught by the next code block.
 
                        //Working from /home/ to /user/ to /wordpress/ see if that file exists within the current folder,
-                       // If its found, change into it and follow through looking for it.
+                       // If it's found, change into it and follow through looking for it.
                        // If it cant find WordPress down that route, it'll continue onto the next folder level, and see if that matches, and so on.
                        // If it reaches the end, and still cant find it, it'll return false for the entire function.
                        if ( isset($files[ $key ]) ){
                        // If it cant find WordPress down that route, it'll continue onto the next folder level, and see if that matches, and so on.
                        // If it reaches the end, and still cant find it, it'll return false for the entire function.
                        if ( isset($files[ $key ]) ){
@@ -241,7 +241,7 @@ class WP_Filesystem_Base {
         * @access public
         *
         * @param string $file string filename
         * @access public
         *
         * @param string $file string filename
-        * @return int octal representation of permissions
+        * @return string *nix style representation of permissions
         */
        function gethchmod($file){
                $perms = $this->getchmod($file);
         */
        function gethchmod($file){
                $perms = $this->getchmod($file);