diff --git a/wp-includes/version.php b/wp-includes/version.php index d3d02ba0d0..88d62eccde 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37584'; +$wp_version = '4.6-alpha-37585'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index c9fe6a31ad..d261254926 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -670,7 +670,7 @@ class wpdb { } /** - * PHP5 style magic getter, used to lazy-load expensive data. + * Makes private properties readable for backward compatibility. * * @since 3.5.0 * @@ -685,7 +685,7 @@ class wpdb { } /** - * Magic function, for backward compatibility. + * Makes private properties settable for backward compatibility. * * @since 3.5.0 * @@ -705,7 +705,7 @@ class wpdb { } /** - * Magic function, for backward compatibility. + * Makes private properties check-able for backward compatibility. * * @since 3.5.0 * @@ -718,7 +718,7 @@ class wpdb { } /** - * Magic function, for backward compatibility. + * Makes private properties un-settable for backward compatibility. * * @since 3.5.0 *