wp/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   911 					'readonly'    => true,
   911 					'readonly'    => true,
   912 					'context'     => array( 'view', 'edit' ),
   912 					'context'     => array( 'view', 'edit' ),
   913 				),
   913 				),
   914 				'author'       => array(
   914 				'author'       => array(
   915 					'description' => __( 'The plugin author.' ),
   915 					'description' => __( 'The plugin author.' ),
   916 					'type'        => 'object',
   916 					'type'        => 'string',
   917 					'readonly'    => true,
   917 					'readonly'    => true,
   918 					'context'     => array( 'view', 'edit' ),
   918 					'context'     => array( 'view', 'edit' ),
   919 				),
   919 				),
   920 				'author_uri'   => array(
   920 				'author_uri'   => array(
   921 					'description' => __( 'Plugin author\'s website address.' ),
   921 					'description' => __( 'Plugin author\'s website address.' ),