--- a/wp/wp-includes/rewrite.php Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/rewrite.php Tue Sep 27 16:37:53 2022 +0200
@@ -144,7 +144,7 @@
}
/**
- * Add a new rewrite tag (like %postname%).
+ * Adds a new rewrite tag (like %postname%).
*
* The `$query` parameter is optional. If it is omitted you must ensure that you call
* this on, or before, the {@see 'init'} hook. This is because `$query` defaults to
@@ -191,7 +191,7 @@
}
/**
- * Add permalink structure.
+ * Adds a permalink structure.
*
* @since 3.0.0
*
@@ -237,7 +237,7 @@
}
/**
- * Add a new feed type like /atom1/.
+ * Adds a new feed type like /atom1/.
*
* @since 2.1.0
*
@@ -265,7 +265,7 @@
}
/**
- * Remove rewrite rules and then recreate rewrite rules.
+ * Removes rewrite rules and then recreate rewrite rules.
*
* @since 3.0.0
*
@@ -283,7 +283,7 @@
}
/**
- * Add an endpoint, like /trackback/.
+ * Adds an endpoint, like /trackback/.
*
* Adding an endpoint creates extra rewrite rules for each of the matching
* places specified by the provided bitmask. For example:
@@ -357,7 +357,7 @@
/**
- * Resolve numeric slugs that collide with date permalinks.
+ * Resolves numeric slugs that collide with date permalinks.
*
* Permalinks of posts with numeric slugs can sometimes look to WP_Query::parse_query()
* like a date archive, as when your permalink structure is `/%year%/%postname%/` and
@@ -473,7 +473,7 @@
}
/**
- * Examine a URL and try to determine the post ID it represents.
+ * Examines a URL and try to determine the post ID it represents.
*
* Checks are supposedly from the hosted site blog.
*