diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/annotations.php | 2 | ||||
-rw-r--r-- | engine/lib/metadata.php | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 26f1c95a7..d1cf9905f 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -98,8 +98,6 @@ } - //add annotation wrapper - /** * Get a specific annotation. * diff --git a/engine/lib/metadata.php b/engine/lib/metadata.php index 988a25de1..7e429e4dd 100644 --- a/engine/lib/metadata.php +++ b/engine/lib/metadata.php @@ -99,10 +99,8 @@ } - // add metadata wrapper - /** - * Create a new metadata. + * Create a new metadata object, or update an existing one. * * @param int $object_id * @param string $object_type |