Making WordPress.org


Ignore:
Timestamp:
01/08/2015 06:13:42 PM (10 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Rename get_long_description() to get_description() to match documentation standard nomenclature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php

    r1065 r1104  
    44
    55    <h1><a href="<?php the_permalink() ?>"><?php echo get_signature(); ?></a></h1>
    6     <section class="description">
     6    <section class="summary">
    77        <?php echo get_summary(); ?>
    88    </section>
     
    1010    <?php if ( is_single() ) : ?>
    1111
    12     <section class="long-description">
    13         <?php echo get_long_description(); ?>
     12    <section class="description">
     13        <?php echo get_description(); ?>
    1414    </section>
    1515
Note: See TracChangeset for help on using the changeset viewer.