Making WordPress.org


Ignore:
Timestamp:
06/19/2016 10:18:29 PM (8 years ago)
Author:
coffee2code
Message:

W.org P2 child theme: Apply changes made in r3487 and r3488 to archive-handbook.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/archive-handbook.php

    r2510 r3490  
    88<?php get_header(); ?>
    99
    10 <div class="handbook-name"><span><a href="<?php echo esc_url( get_post_type_archive_link( 'handbook' ) ); ?>"><?php echo esc_html( WPorg_Handbook::get_name() ); ?></a></span></div>
     10<div class="handbook-name"><span><a href="<?php echo esc_url( get_post_type_archive_link( wporg_get_current_handbook() ) ); ?>"><?php echo esc_html( wporg_get_current_handbook_name() ); ?></a></span></div>
    1111
    1212<!-- Also called on in footer but will not display the second time. -->
    13 <?php get_sidebar( get_post_type() ); ?>
     13<?php get_sidebar( 'handbook' ); ?>
    1414
    1515<div class="sleeve_main">
Note: See TracChangeset for help on using the changeset viewer.