Changeset 7440 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 07/12/2018 05:53:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r7344 r7440 114 114 } 115 115 add_action( 'wp_enqueue_scripts', 'wporg_themes_scripts' ); 116 117 // Disable mentions script in Theme Directory. 118 add_filter( 'jetpack_mentions_should_load_ui', '__return_false', 11 ); 116 119 117 120 /**
Note: See TracChangeset
for help on using the changeset viewer.