Plugin Directory


Ignore:
Timestamp:
05/16/2024 09:58:25 AM (23 months ago)
Author:
ice9js
Message:

Updating trunk to version 13.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/modules/custom-css.php

    r3086083 r3087635  
    2727 */
    2828function custom_css_loaded() {
    29     $message = sprintf(
    30         // translators: %s is a link to the WordPress.org documentation.
    31         __( 'Jetpack no longer supports Custom CSS. Read the WordPress.org documentation to learn how to apply custom styles to your site: %s', 'jetpack' ),
    32         'https://wordpress.org/documentation/article/styles-overview/#applying-custom-css'
    33     );
    34 
    35     _deprecated_hook( 'custom_css_loaded', 'jetpack-13.5', 'WordPress Custom CSS', esc_html( $message ) );
    36 
    3729    Jetpack::enable_module_configurable( __FILE__ );
    3830    add_filter( 'jetpack_module_configuration_url_custom-css', 'jetpack_custom_css_configuration_url' );
Note: See TracChangeset for help on using the changeset viewer.