Changeset 22099 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/02/2012 11:38:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r22091 r22099 1601 1601 * string such as 'tabindex="1"', though the array format is typically cleaner. 1602 1602 */ 1603 function get_submit_button( $text = null, $type = 'primary ', $name = 'submit', $wrap = true, $other_attributes = null ) {1603 function get_submit_button( $text = null, $type = 'primary large', $name = 'submit', $wrap = true, $other_attributes = null ) { 1604 1604 if ( ! is_array( $type ) ) 1605 $type = explode( ' ', $type ); 1605 $type = explode( ' ', $type ); 1606 1606 1607 1607 $button_shorthand = array( 'primary', 'small', 'large' );
Note: See TracChangeset
for help on using the changeset viewer.