Making WordPress.org


Ignore:
Timestamp:
04/27/2020 12:19:44 AM (5 years ago)
Author:
dd32
Message:

Developer: Include the 'category'/Group of the icons in the glyph preview.

This allows for users to know which group of icons a search result belongs to.

See #5172.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php

    r9733 r9776  
    346346    wp_enqueue_style( 'dashicons' );
    347347    wp_enqueue_style( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' );
    348     wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '2' );
     348    wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '3' );
    349349    wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20200413' );
    350350    wp_enqueue_script( 'wporg-developer-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20181209', true );
Note: See TracChangeset for help on using the changeset viewer.