PluginProbe
ActivityPub / 5.7.0
ActivityPub v5.7.0
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | includes/rest/class-application-controller.php +0 -15 8.2.15.7.0 View file →
@@ -156,23 +156,8 @@
156 156 ),
157 157 'indexable' => array(
158 158 'type' => 'boolean',
159 159 ),
160 - 'implements' => array(
161 - 'type' => 'array',
162 - 'items' => array(
163 - 'type' => 'object',
164 - 'properties' => array(
165 - 'href' => array(
166 - 'type' => 'string',
167 - 'format' => 'uri',
168 - ),
169 - 'name' => array(
170 - 'type' => 'string',
171 - ),
172 - ),
173 - ),
174 - ),
175 160 'webfinger' => array(
176 161 'type' => 'string',
177 162 ),
178 163 ),