diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 1da1d3f..0895504 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -2329,7 +2329,7 @@ function _drupal_shutdown_function() { * TRUE if there is sufficient memory to allow the operation, or FALSE * otherwise. * - * @deprecated 8.0 + * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0. * Use \Drupal\Component\Utility\Environment::checkMemoryLimit(). */ function drupal_check_memory_limit($required, $memory_limit = NULL) { diff --git a/core/includes/common.inc b/core/includes/common.inc index 4c6b715..65aef09 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -551,7 +551,7 @@ function format_plural($count, $singular, $plural, array $args = array(), array * @return * An integer representation of the size in bytes. * - * @deprecated 8.0 + * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0. * Use \Drupal\Component\Utility\Bytes::toInt(). */ function parse_size($size) {