diff --git a/core/includes/entity.inc b/core/includes/entity.inc
old mode 100644
new mode 100755
index fb3860c..33953ce
--- a/core/includes/entity.inc
+++ b/core/includes/entity.inc
@@ -261,6 +261,9 @@ function entity_create($entity_type, array $values = array()) {
  *   The label of the entity, or NULL if there is no label defined.
  *
  * @see \Drupal\Core\Entity\EntityInterface::label()
+ *
+ * @deprecated in Drupal 8.x-dev.
+ *   Use \Drupal::entityManager()->getStorage($entity_type)->create().
  */
 function entity_page_label(EntityInterface $entity, $langcode = NULL) {
   return $entity->label($langcode);
