Ticket #27747: template.diff
File template.diff, 753 bytes (added by , 10 years ago) |
---|
-
wp-admin/includes/template.php
1804 1804 * Defaults to no other attributes. Other attributes can also be provided as a 1805 1805 * string such as 'tabindex="1"', though the array format is typically cleaner. 1806 1806 */ 1807 function get_submit_button( $text = null, $type = 'primary large', $name = 'submit', $wrap = true, $other_attributes = null ) {1807 function get_submit_button( $text = null, $type = 'primary', $name = 'submit', $wrap = true, $other_attributes = null ) { 1808 1808 if ( ! is_array( $type ) ) 1809 1809 $type = explode( ' ', $type ); 1810 1810