Ticket #22231: custom-background.diff
File custom-background.diff, 436 bytes (added by , 13 years ago) |
---|
-
wp-admin/custom-background.php
337 337 </tr> 338 338 </tbody> 339 339 </table> 340 340 <?php do_action( 'custom_background_options' ); ?> 341 341 <?php wp_nonce_field('custom-background'); ?> 342 342 <?php submit_button( null, 'primary', 'save-background-options' ); ?> 343 343 </form>