Changeset 13396 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 03/28/2024 01:17:20 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r13335 r13396 183 183 $noindex = true; 184 184 } elseif ( get_query_var( 'plugin_business_model' ) && get_query_var( 'browse' ) ) { 185 $noindex = true; 186 } elseif ( 'preview' == get_query_var( 'browse' ) ) { 185 187 $noindex = true; 186 188 } elseif ( is_singular( 'plugin' ) && self::is_plugin_outdated() ) {
Note: See TracChangeset
for help on using the changeset viewer.