Changeset 45834 for branches/5.2/src/wp-admin/custom-background.php
- Timestamp:
- 08/19/2019 04:12:44 AM (7 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/custom-background.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/custom-background.php
r45140 r45834 247 247 <h3><?php _e( 'Background Image' ); ?></h3> 248 248 249 <table class="form-table" >249 <table class="form-table" role="presentation"> 250 250 <tbody> 251 251 <tr> … … 341 341 <h3><?php _e( 'Display Options' ); ?></h3> 342 342 <form method="post"> 343 <table class="form-table" >343 <table class="form-table" role="presentation"> 344 344 <tbody> 345 345 <?php if ( get_background_image() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.