Skip to content

Commit 54f7d51

Browse files
committed
Document site meta. But it's blog meta. For a site.
1 parent 1d03913 commit 54f7d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/meta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function add_metadata( $meta_type, $object_id, $meta_key, $meta_value, $unique =
199199
* @global wpdb $wpdb WordPress database abstraction object.
200200
*
201201
* @param string $meta_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user',
202-
* or any other object type with an associated meta table.
202+
* 'blog', or any other object type with an associated meta table.
203203
* @param int $object_id ID of the object metadata is for.
204204
* @param array<string,mixed> $meta_fields Metadata values keyed by their meta key. Values must be serializable if non-scalar.
205205
* @return array<string,int>|false Array of meta IDs keyed by their meta key on success, false on failure.

0 commit comments

Comments
 (0)