Changeset 12160 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 10/31/2022 03:27:30 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r12084 r12160 1459 1459 // Theme Directory doesn't support pagination. 1460 1460 add_filter( 'wporg_rel_next_pages', '__return_zero' ); 1461 1462 // Force-enable Jetpack SEO 1463 function wporg_themes_jetpack_seo_enable( $modules ) { 1464 return array_values( array_merge( $modules, array( 'seo-tools' ) ) ); 1465 } 1466 add_filter( 'jetpack_active_modules', 'wporg_themes_jetpack_seo_enable' );
Note: See TracChangeset
for help on using the changeset viewer.