Changeset 15830 for trunk/wp-admin/custom-background.php
- Timestamp:
- 10/17/2010 06:24:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r15564 r15830 304 304 305 305 <?php wp_nonce_field('custom-background'); ?> 306 < p class="submit"><input type="submit" class="button-primary" name="save-background-options" value="<?php esc_attr_e('Save Changes'); ?>" /></p>306 <?php submit_button( null, 'primary', 'save-background-options' ); ?> 307 307 </form> 308 308
Note: See TracChangeset
for help on using the changeset viewer.