Changeset 2502 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/single-plugin.php
- Timestamp:
- 02/15/2016 06:33:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/single-plugin.php
r2499 r2502 5 5 6 6 <div style="width: 772px; margin: 0 auto;" itemscope itemtype="http://schema.org/SoftwareApplication"> 7 7 8 8 <div id="plugin-head" class="plugin-head-with-banner"> 9 9 10 10 <div id="plugin-title" class="with-banner"> 11 11 <div class="vignette"></div> … … 33 33 <ul id="sections"> 34 34 <?php 35 foreach ( Plugin_Directory_Template_Helpers::get_plugin_sections() as $section ) {35 foreach ( WPorg_Plugin_Directory_Template::get_plugin_sections() as $section ) { 36 36 $current = ( $section['slug'] == get_query_var( 'content_page' ) || ( 'description' == $section['slug'] && ! get_query_var( 'content_page' ) ) ); 37 37 printf(
Note: See TracChangeset
for help on using the changeset viewer.