Docs: Document default values for optional parameters in various DocBlocks.
Props paulkevan, costdev, audrasjb, SergeyBiryukov. See #56792. Built from https://develop.svn.wordpress.org/trunk@55398 git-svn-id: http://core.svn.wordpress.org/trunk@54931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -71,7 +71,7 @@ function get_bookmark( $bookmark, $output = OBJECT, $filter = 'raw' ) {
|
||||
*
|
||||
* @param string $field The name of the data field to return.
|
||||
* @param int $bookmark The bookmark ID to get field.
|
||||
* @param string $context Optional. The context of how the field will be used.
|
||||
* @param string $context Optional. The context of how the field will be used. Default 'display'.
|
||||
* @return string|WP_Error
|
||||
*/
|
||||
function get_bookmark_field( $field, $bookmark, $context = 'display' ) {
|
||||
|
||||
Reference in New Issue
Block a user