- Timestamp:
- 11/20/2023 12:06:08 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r57114 r57128 2554 2554 * where attribute is the key. Attributes can also be provided as a string, 2555 2555 * e.g. `id="search-submit"`, though the array format is generally preferred. 2556 * Default null.2557 */ 2558 function submit_button( $text = null, $type = 'primary', $name = 'submit', $wrap = true, $other_attributes = null) {2556 * Default empty string. 2557 */ 2558 function submit_button( $text = '', $type = 'primary', $name = 'submit', $wrap = true, $other_attributes = '' ) { 2559 2559 echo get_submit_button( $text, $type, $name, $wrap, $other_attributes ); 2560 2560 }
Note: See TracChangeset
for help on using the changeset viewer.