Changeset 30657
- Timestamp:
- 11/30/2014 12:20:04 PM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r30459 r30657 240 240 241 241 <?php if ( current_user_can( 'customize' ) ) { ?> 242 <div class=" update-naghide-if-no-customize">242 <div class="notice notice-info hide-if-no-customize"> 243 243 <p> 244 244 <?php -
trunk/src/wp-admin/custom-header.php
r30459 r30657 526 526 527 527 <?php if ( current_user_can( 'customize' ) ) { ?> 528 <div class=" update-naghide-if-no-customize">528 <div class="notice notice-info hide-if-no-customize"> 529 529 <p> 530 530 <?php
Note: See TracChangeset
for help on using the changeset viewer.