Make WordPress Core

Changeset 30657


Ignore:
Timestamp:
11/30/2014 12:20:04 PM (10 years ago)
Author:
ocean90
Message:

Make notices added in [30459] less ugly.

see #25569, #25571, [30505].

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-background.php

    r30459 r30657  
    240240
    241241<?php if ( current_user_can( 'customize' ) ) { ?>
    242 <div class="update-nag hide-if-no-customize">
     242<div class="notice notice-info hide-if-no-customize">
    243243    <p>
    244244        <?php
  • trunk/src/wp-admin/custom-header.php

    r30459 r30657  
    526526
    527527<?php if ( current_user_can( 'customize' ) ) { ?>
    528 <div class="update-nag hide-if-no-customize">
     528<div class="notice notice-info hide-if-no-customize">
    529529    <p>
    530530        <?php
Note: See TracChangeset for help on using the changeset viewer.