]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-roles.php
WordPress 4.6.3-scripts
[autoinstalls/wordpress.git] / wp-includes / class-wp-roles.php
index e8504009b2dd47d36231bd669cdef248bb79a957..ff733e2206b3cb99bbd78e232e1249acbd0dfbec 100644 (file)
@@ -79,7 +79,7 @@ class WP_Roles {
        }
 
        /**
-        * Make private/protected methods readable for backwards compatibility.
+        * Make private/protected methods readable for backward compatibility.
         *
         * @since 4.0.0
         * @access public
@@ -133,7 +133,7 @@ class WP_Roles {
         * Reinitialize the object
         *
         * Recreates the role objects. This is typically called only by switch_to_blog()
-        * after switching wpdb to a new blog ID.
+        * after switching wpdb to a new site ID.
         *
         * @since 3.5.0
         * @access public