Changeset 20757 for trunk/wp-admin/custom-header.php
- Timestamp:
- 05/09/2012 09:13:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r20719 r20757 956 956 ), admin_url('themes.php'))); 957 957 958 $form_fields['buttons'] = array( 'tr' => '<tr class="submit"><td></td><td><a data-location="' . $href . '" class="wp-set-header">' . _ ( 'Set as header' ) . '</a></td></tr>' );958 $form_fields['buttons'] = array( 'tr' => '<tr class="submit"><td></td><td><a data-location="' . $href . '" class="wp-set-header">' . __( 'Set as header' ) . '</a></td></tr>' ); 959 959 $form_fields['context'] = array( 'input' => 'hidden', 'value' => 'custom-header' ); 960 960 }
Note: See TracChangeset
for help on using the changeset viewer.