Making WordPress.org


Ignore:
Timestamp:
02/15/2016 06:33:54 AM (9 years ago)
Author:
obenland
Message:

W.org Plugins: After [2501], use new class names.

See #1584.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/single-plugin.php

    r2499 r2502  
    55
    66    <div style="width: 772px; margin: 0 auto;" itemscope itemtype="http://schema.org/SoftwareApplication">
    7    
     7
    88        <div id="plugin-head" class="plugin-head-with-banner">
    9        
     9
    1010            <div id="plugin-title" class="with-banner">
    1111                <div class="vignette"></div>
     
    3333                        <ul id="sections">
    3434                            <?php
    35                             foreach ( Plugin_Directory_Template_Helpers::get_plugin_sections() as $section ) {
     35                            foreach ( WPorg_Plugin_Directory_Template::get_plugin_sections() as $section ) {
    3636                                $current = ( $section['slug'] == get_query_var( 'content_page' ) || ( 'description' == $section['slug'] && ! get_query_var( 'content_page' ) ) );
    3737                                printf(
Note: See TracChangeset for help on using the changeset viewer.