Changeset 8116
- Timestamp:
- 01/20/2019 11:09:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r8115 r8116 146 146 ); 147 147 148 // Add noindex for closed plugins.149 if ( 'publish' !== get_post_status() ) {148 // Add noindex for closed or outdated plugins. 149 if ( 'publish' !== get_post_status() || self::is_plugin_outdated() ) { 150 150 $noindex = true; 151 151 }
Note: See TracChangeset
for help on using the changeset viewer.