Changeset 3087635 for jetpack/trunk/modules/custom-css.php
- Timestamp:
- 05/16/2024 09:58:25 AM (23 months ago)
- File:
-
- 1 edited
-
jetpack/trunk/modules/custom-css.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/modules/custom-css.php
r3086083 r3087635 27 27 */ 28 28 function 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 37 29 Jetpack::enable_module_configurable( __FILE__ ); 38 30 add_filter( 'jetpack_module_configuration_url_custom-css', 'jetpack_custom_css_configuration_url' );
Note: See TracChangeset
for help on using the changeset viewer.