Making WordPress.org


Ignore:
Timestamp:
01/08/2015 06:13:42 PM (11 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-reference.php

    r1065 r1104  
    77    <h1><a href="<?php the_permalink() ?>"><?php echo get_signature(); ?></a></h1>
    88
    9     <section class="description">
     9    <section class="summary">
    1010        <?php echo get_summary(); ?>
    1111    </section>
     
    1313<?php if ( is_single() ) : ?>
    1414
    15     <section class="long-description">
    16         <?php echo get_long_description(); ?>
     15    <section class="description">
     16        <?php echo get_description(); ?>
    1717    </section>
    1818
Note: See TracChangeset for help on using the changeset viewer.