document match_guid
parent
7f3047f67c
commit
06d5a19370
|
@ -40,8 +40,8 @@ Some more elaborate limits can be added to what matches using these functions:
|
||||||
* "`internal(glob)`" - like `glob()`, but matches even internal-use
|
* "`internal(glob)`" - like `glob()`, but matches even internal-use
|
||||||
pages that globs do not usually match.
|
pages that globs do not usually match.
|
||||||
* "`title(glob)`", "`author(glob)`", "`authorurl(glob)`",
|
* "`title(glob)`", "`author(glob)`", "`authorurl(glob)`",
|
||||||
"`license(glob)`", "`copyright(glob)`" - match pages that have the given
|
"`license(glob)`", "`copyright(glob)`", "`guid(glob)`"
|
||||||
metadata, matching the specified glob.
|
- match pages that have the given metadata, matching the specified glob.
|
||||||
* "`user(username)`" - tests whether a modification is being made by a
|
* "`user(username)`" - tests whether a modification is being made by a
|
||||||
user with the specified username. If openid is enabled, an openid can also
|
user with the specified username. If openid is enabled, an openid can also
|
||||||
be put here. Glob patterns can be used in the username. For example,
|
be put here. Glob patterns can be used in the username. For example,
|
||||||
|
|
Loading…
Reference in New Issue