Changeset 12274 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/includes/class-wporg-customizations.php
- Timestamp:
- 11/23/2022 06:22:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/includes/class-wporg-customizations.php
r12003 r12274 44 44 2 45 45 ); 46 47 add_filter( 'jetpack_mentions_should_load_ui', '__return_true' ); 48 add_filter( 49 'jetpack_mentions_allowed_post_types', 50 function( $post_types ) { 51 $post_types[] = Helper_Translation_Discussion::POST_TYPE; 52 return $post_types; 53 } 54 ); 55 46 56 } 47 57 }
Note: See TracChangeset
for help on using the changeset viewer.