Making WordPress.org


Ignore:
Timestamp:
02/04/2017 10:51:35 AM (9 years ago)
Author:
obenland
Message:

Learn: Update theme to be a child theme of wporg.

See #1015.

File:
1 edited

Legend:

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

    r2043 r4880  
    3333    }
    3434
    35     return $parts; 
     35    return $parts;
    3636}
    3737add_filter( 'document_title_parts', 'learn_remove_frontpage_name_from_title' );
    3838
     39function learn_scripts() {
     40    wp_enqueue_style( 'wporg-learn-fonts', '//fonts.googleapis.com/css?family=Roboto+Condensed:700', array(), 1, 'screen' );
     41    wp_enqueue_style( 'buttons' );
     42}
     43add_action( 'wp_enqueue_scripts', 'learn_scripts', 9 );
Note: See TracChangeset for help on using the changeset viewer.