Changeset 7440
- Timestamp:
- 07/12/2018 05:53:23 PM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r7439 r7440 130 130 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\scripts' ); 131 131 132 // Disable mentions script in Plugin Directory. 133 add_filter( 'jetpack_mentions_should_load_ui', '__return_false', 11 ); 134 132 135 /** 133 136 * Filters an enqueued script & style's fully-qualified URL. -
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.