Making WordPress.org

Changeset 606


Ignore:
Timestamp:
05/12/2014 11:05:34 AM (12 years ago)
Author:
samuelsidler
Message:

Handbook plugin: Remove "Pages" section from contributor handbooks. Fixes #464

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php

    r549 r606  
    3131                else
    3232                        $pages_header = 'h3';
    33 
    34                 if ( $pages = wp_list_pages( array( 'child_of' => get_the_ID(), 'echo' => false, 'title_li' => false, 'post_type' => $this->post_type ) ) )
    35                         $toc .= "<$pages_header>Pages</$pages_header><ul class=\"items\">$pages</ul>";
    3633
    3734                if ( $items ) {
Note: See TracChangeset for help on using the changeset viewer.