Making WordPress.org


Ignore:
Timestamp:
06/26/2016 01:56:13 PM (10 years ago)
Author:
obenland
Message:

Breathe: Archive styles updates

  • Adds a paging navigation now that IS is turned off.
  • Shows the archive title.
  • Better hover styles for site header.
File:
1 edited

Legend:

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

    r3585 r3588  
    33
    44function styles() {
     5        wp_dequeue_style('breathe-style');
    56        wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' );
    67
     
    89        wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160626c' );
    910}
    10 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 9 );
     11add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset for help on using the changeset viewer.