Changeset 32913 for trunk/src/wp-admin/custom-background.php
- Timestamp:
- 06/23/2015 06:19:43 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/custom-background.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r32734 r32913 260 260 <?php endif; ?> 261 261 262 <?php if ( current_user_can( 'upload_files' ) ): ?> 262 263 <tr> 263 264 <th scope="row"><?php _e('Select Image'); ?></th> … … 279 280 </td> 280 281 </tr> 282 <?php endif; ?> 281 283 </tbody> 282 284 </table>
Note: See TracChangeset
for help on using the changeset viewer.