Changeset 31200 for trunk/src/wp-admin/custom-background.php
- Timestamp:
- 01/16/2015 04:15:52 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/custom-background.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r31133 r31200 238 238 <th scope="row"><?php _e('Remove Image'); ?></th> 239 239 <td> 240 <form method="post" action="">240 <form method="post"> 241 241 <?php wp_nonce_field('custom-background-remove', '_wpnonce-custom-background-remove'); ?> 242 242 <?php submit_button( __( 'Remove Background Image' ), 'button', 'remove-background', false ); ?><br/> … … 252 252 <th scope="row"><?php _e('Restore Original Image'); ?></th> 253 253 <td> 254 <form method="post" action="">254 <form method="post"> 255 255 <?php wp_nonce_field('custom-background-reset', '_wpnonce-custom-background-reset'); ?> 256 256 <?php submit_button( __( 'Restore Original Image' ), 'button', 'reset-background', false ); ?><br/> … … 263 263 <tr> 264 264 <th scope="row"><?php _e('Select Image'); ?></th> 265 <td><form enctype="multipart/form-data" id="upload-form" class="wp-upload-form" method="post" action="">265 <td><form enctype="multipart/form-data" id="upload-form" class="wp-upload-form" method="post"> 266 266 <p> 267 267 <label for="upload"><?php _e( 'Choose an image from your computer:' ); ?></label><br /> … … 284 284 285 285 <h3><?php _e('Display Options') ?></h3> 286 <form method="post" action="">286 <form method="post"> 287 287 <table class="form-table"> 288 288 <tbody>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)