Making WordPress.org

Ticket #8130: add-notes-sub-component.diff

File add-notes-sub-component.diff, 885 bytes (added by desrosj, 3 months ago)
  • wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php

    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 { 
    114114        function make_components_tree( $components ) {
    115115                $tree = array();
    116116                $subcomponents = array(
    117                         'Comments'          => array( 'Pings/Trackbacks' ),
     117                        'Comments'          => array( 'Notes', 'Pings/Trackbacks' ),
    118118                        'Editor'            => array( 'Autosave', 'Quick/Bulk Edit', 'TinyMCE' ),
    119119                        'Formatting'        => array( 'Charset', 'Shortcodes' ),
    120120                        'Media'             => array( 'Embeds', 'Gallery', 'Upload' ),