Changeset 39936
- Timestamp:
- 01/20/2017 08:36:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r39926 r39936 1897 1897 * @param string $text The text of the button (defaults to 'Save Changes') 1898 1898 * @param string $type Optional. The type and CSS class(es) of the button. Core values 1899 * include 'primary', 's econdary', 'delete'. Default 'primary'1899 * include 'primary', 'small', and 'large'. Default 'primary'. 1900 1900 * @param string $name The HTML name of the submit button. Defaults to "submit". If no 1901 1901 * id attribute is given in $other_attributes below, $name will be … … 1920 1920 * 1921 1921 * @param string $text Optional. The text of the button. Default 'Save Changes'. 1922 * @param string $type Optional. The type of button. Accepts 'primary', 'secondary',1923 * or 'delete'. Default 'primary large'.1922 * @param string $type Optional. The type and CSS class(es) of the button. Core values 1923 * include 'primary', 'small', and 'large'. Default 'primary large'. 1924 1924 * @param string $name Optional. The HTML name of the submit button. Defaults to "submit". 1925 1925 * If no id attribute is given in $other_attributes below, `$name` will
Note: See TracChangeset
for help on using the changeset viewer.