Making WordPress.org


Ignore:
Timestamp:
07/04/2022 12:58:23 AM (4 years ago)
Author:
dufresnesteven
Message:

5ftf: Turn on activity for developer post types.

See: https://github.com/WordPress/wordpress.org/pull/81

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-profiles-wp-activity-notifier/wporg-profiles-wp-activity-notifier.php

    r11892 r11934  
    8888                }
    8989
    90                 $notifiable_post_types = array( 'post', 'handbook', 'wporg_workshop', 'lesson-plan', 'course' );
     90                // wp-parser-* post types belong to developer.wordpress.org
     91                $notifiable_post_types = array( 'post', 'handbook', 'wporg_workshop', 'lesson-plan', 'course', 'wp-parser-hook', 'wp-parser-function', 'wp-parser-method', 'wp-parser-class' );
    9192
    9293                // There's a large number of custom handbooks, and more will be created in the future.
Note: See TracChangeset for help on using the changeset viewer.