Changeset 5248 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 04/05/2017 04:50:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
r5210 r5248 120 120 <div class="entry-content"> 121 121 <?php 122 if ( get_query_var( 'plugin_ad min' ) ) :123 get_template_part( 'template-parts/section-ad min' );122 if ( get_query_var( 'plugin_advanced' ) ) : 123 get_template_part( 'template-parts/section-advanced' ); 124 124 else: 125 125 $plugin_sections = Template::get_plugin_sections(); … … 148 148 get_template_part( 'template-parts/section' ); 149 149 endforeach; 150 endif; // plugin_ad min150 endif; // plugin_advanced 151 151 ?> 152 152 </div><!-- .entry-content --> … … 154 154 <div class="entry-meta"> 155 155 <?php 156 get_template_part( 'template-parts/plugin-sidebar', ( get_query_var( 'plugin_a dmin' ) ? 'admin' : '' ) );156 get_template_part( 'template-parts/plugin-sidebar', ( get_query_var( 'plugin_avanced' ) ? 'advanced' : '' ) ); 157 157 ?> 158 158 </div><!-- .entry-meta -->
Note: See TracChangeset
for help on using the changeset viewer.