Making WordPress.org

Changeset 2382


Ignore:
Timestamp:
01/27/2016 07:00:45 PM (9 years ago)
Author:
iandunn
Message:

Jetpack Tweaks: Make the @import error message more generic.

It's used for both Jetpack's Custom CSS, and the Remote CSS plugin, and copy/pasting is only relevant for users of the former. Remote CSS users would probably use a build tool to concatenate them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/jetpack-tweaks.php

    r2185 r2382  
    124124            <?php printf(
    125125                __( 'WARNING: <code>@import</code> rules were stripped for security reasons.
    126                 Please use <a href="%s">the Fonts tool</a> to add web fonts, and copy/paste other stylesheets directly into your custom CSS.',
     126                Please use <a href="%s">the Fonts tool</a> to add web fonts, and merge other stylesheets directly into your custom CSS.',
    127127                'wordcamporg' ),
    128128              admin_url( 'themes.php?page=wc-fonts-options' )
Note: See TracChangeset for help on using the changeset viewer.