Making WordPress.org


Ignore:
Timestamp:
04/23/2014 10:43:30 PM (12 years ago)
Author:
samuelsidler
Message:

Handbook Plugin: Rename "Contents" to "Topics".

File:
1 edited

Legend:

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

    r18 r549  
    3838            $toc .= $this->styles;
    3939            $toc .= '<div class="table-of-contents">';
    40             $toc .= "<$contents_header>Contents</$contents_header><ul class=\"items\">";
     40            $toc .= "<$contents_header>Topics</$contents_header><ul class=\"items\">";
    4141            $last_item = false;
    4242            foreach ( $items as $item ) {
Note: See TracChangeset for help on using the changeset viewer.