wp/wp-includes/robots-template.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
--- a/wp/wp-includes/robots-template.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/robots-template.php	Tue Sep 27 16:37:53 2022 +0200
@@ -50,7 +50,7 @@
 }
 
 /**
- * Adds noindex to the robots meta tag if required by the site configuration.
+ * Adds `noindex` to the robots meta tag if required by the site configuration.
  *
  * If a blog is marked as not being public then noindex will be output to
  * tell web robots not to index the page content. Add this to the
@@ -76,7 +76,7 @@
 }
 
 /**
- * Adds noindex to the robots meta tag for embeds.
+ * Adds `noindex` to the robots meta tag for embeds.
  *
  * Typical usage is as a {@see 'wp_robots'} callback:
  *
@@ -98,7 +98,7 @@
 }
 
 /**
- * Adds noindex to the robots meta tag if a search is being performed.
+ * Adds `noindex` to the robots meta tag if a search is being performed.
  *
  * If a search is being performed then noindex will be output to
  * tell web robots not to index the page content. Add this to the
@@ -124,7 +124,7 @@
 }
 
 /**
- * Adds noindex to the robots meta tag.
+ * Adds `noindex` to the robots meta tag.
  *
  * This directive tells web robots not to index the page content.
  *
@@ -150,7 +150,7 @@
 }
 
 /**
- * Adds noindex and noarchive to the robots meta tag.
+ * Adds `noindex` and `noarchive` to the robots meta tag.
  *
  * This directive tells web robots not to index or archive the page content and
  * is recommended to be used for sensitive pages.
@@ -171,7 +171,7 @@
 }
 
 /**
- * Adds 'max-image-preview:large' to the robots meta tag.
+ * Adds `max-image-preview:large` to the robots meta tag.
  *
  * This directive tells web robots that large image previews are allowed to be
  * displayed, e.g. in search engines, unless the blog is marked as not being public.