Changeset 12160 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 10/31/2022 03:27:30 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r12159 r12160 485 485 } 486 486 487 if ( class_exists( 'Jetpack' ) ) {488 // include_once WP_CONTENT_DIR . '/plugins/jetpack/modules/seo-tools/jetpack-seo.php';489 // include_once WP_CONTENT_DIR . '/plugins/jetpack/modules/seo-tools/jetpack-seo-posts.php';490 // include_once WP_CONTENT_DIR . '/plugins/jetpack/modules/seo-tools/jetpack-seo-titles.php';491 // include_once WP_CONTENT_DIR . '/plugins/jetpack/modules/seo-tools/jetpack-seo-utils.php';492 493 if ( class_exists( 'Jetpack_SEO' ) ) {494 new Jetpack_SEO;495 }496 }497 498 487 /** 499 488 * Prints markup information in the head of a page.
Note: See TracChangeset
for help on using the changeset viewer.