Make WordPress Core

Ticket #22231: custom-background.diff

File custom-background.diff, 436 bytes (added by thelukemcdonald, 13 years ago)
  • wp-admin/custom-background.php

     
    337337</tr>
    338338</tbody>
    339339</table>
    340 
     340<?php do_action( 'custom_background_options' ); ?>
    341341<?php wp_nonce_field('custom-background'); ?>
    342342<?php submit_button( null, 'primary', 'save-background-options' ); ?>
    343343</form>