Changeset 9471 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 02/05/2020 05:53:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r9188 r9471 1083 1083 echo "<meta name='twitter:site' content='@WordPress'>\n"; 1084 1084 echo "<meta name='twitter:image' content='" . esc_attr( $theme->screenshot_url . '?w=560&strip=all' ) . "' />\n"; 1085 } 1086 1087 // If it's outdated, noindex the theme. 1088 if ( time() - strtotime( $theme->last_updated ) > 2 * YEAR_IN_SECONDS ) { 1089 echo "<meta name='robots' content='noindex,follow' />\n"; 1085 1090 } 1086 1091 }
Note: See TracChangeset
for help on using the changeset viewer.