diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 73b60660e1..3545ecb8a1 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -28,7 +28,7 @@ * * @type int|bool $show_updated Whether to show the time the bookmark was last updated. * Accepts 1|true or 0|false. Default 0|false. - * @type int|bool $show_description Whether to show the bookmakr description. Accepts 1|true, + * @type int|bool $show_description Whether to show the bookmark description. Accepts 1|true, * Accepts 1|true or 0|false. Default 0|false. * @type int|bool $show_images Whether to show the link image if available. Accepts 1|true * or 0|false. Default 1|true. diff --git a/wp-includes/version.php b/wp-includes/version.php index 4274e67214..560e249b5e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43318'; +$wp_version = '5.0-alpha-43319'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.