Ticket #27070: 27070.diff
| File 27070.diff, 871 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/includes/template.php
1618 1618 * @since 3.1.0 1619 1619 * 1620 1620 * @param string $text The text of the button (defaults to 'Save Changes') 1621 * @param string $type The type of button. One of: primary, secondary, delete 1621 * @param string $type Optional. The type and CSS class(es) of the button. Core values 1622 * include 'primary', 'secondary', 'delete'. Default 'primary' 1622 1623 * @param string $name The HTML name of the submit button. Defaults to "submit". If no id attribute 1623 1624 * is given in $other_attributes below, $name will be used as the button's id. 1624 1625 * @param bool $wrap True if the output button should be wrapped in a paragraph tag,