diff --git a/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php b/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
index 44a8ac4f4..61847dd38 100644
|
a
|
b
|
class wporg_trac_notifications { |
| 114 | 114 | function make_components_tree( $components ) { |
| 115 | 115 | $tree = array(); |
| 116 | 116 | $subcomponents = array( |
| 117 | | 'Comments' => array( 'Pings/Trackbacks' ), |
| | 117 | 'Comments' => array( 'Notes', 'Pings/Trackbacks' ), |
| 118 | 118 | 'Editor' => array( 'Autosave', 'Quick/Bulk Edit', 'TinyMCE' ), |
| 119 | 119 | 'Formatting' => array( 'Charset', 'Shortcodes' ), |
| 120 | 120 | 'Media' => array( 'Embeds', 'Gallery', 'Upload' ), |