From aa502ff35a15c0303fb25c73cdefb13a133a30ee Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 8 Feb 2014 22:18:09 +0000 Subject: [PATCH] Fix docs spacing missed in [27136]. See #27070. git-svn-id: https://develop.svn.wordpress.org/trunk@27137 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index a3218f1fa3..6fba2219f9 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -1620,8 +1620,8 @@ function compression_test() { * @see get_submit_button() * * @param string $text The text of the button (defaults to 'Save Changes') - * @param string $type Optional. The type and CSS class(es) of the button. Core values - * include 'primary', 'secondary', 'delete'. Default 'primary' + * @param string $type Optional. The type and CSS class(es) of the button. Core values + * include 'primary', 'secondary', 'delete'. Default 'primary' * @param string $name The HTML name of the submit button. Defaults to "submit". If no * id attribute is given in $other_attributes below, $name will be * used as the button's id.