Security update for Core, with self-updated composer
[yaffs-website] / web / core / includes / menu.inc
index a75d008c8727364074563bd0a1028ca798e72d46..901dceed32e872a9c52b1fe07949791648401104 100644 (file)
@@ -13,7 +13,6 @@
 use Drupal\Component\Utility\SafeMarkup;
 use Drupal\Core\Render\Element;
 
-
 /**
  * Prepares variables for single local task link templates.
  *
@@ -105,6 +104,7 @@ function menu_list_system_menus() {
  *     tasks.
  *
  * @see hook_menu_local_tasks_alter()
+ * @see https://www.drupal.org/node/2544940
  *
  * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
  */
@@ -117,6 +117,8 @@ function menu_local_tasks($level = 0) {
 /**
  * Returns the rendered local tasks at the top level.
  *
+ * @see https://www.drupal.org/node/2874695
+ *
  * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
  */
 function menu_primary_local_tasks() {
@@ -130,6 +132,8 @@ function menu_primary_local_tasks() {
 /**
  * Returns the rendered local tasks at the second level.
  *
+ * @see https://www.drupal.org/node/2874695
+ *
  * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
  */
 function menu_secondary_local_tasks() {