Changeset 14053
- Timestamp:
- 09/16/2024 02:25:47 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r14052 r14053 1787 1787 1788 1788 /** 1789 * Log a Theme Upload to the slack `#theme review-firehose` channel.1789 * Log a Theme Upload to the slack `#themes-review-firehose` channel. 1790 1790 * 1791 1791 * @param string $status Whether the upload was 'allowed' or 'blocked'. … … 1984 1984 } 1985 1985 1986 $send->send( '#theme review-firehose' );1986 $send->send( '#themes-review-firehose' ); 1987 1987 } 1988 1988 }
Note: See TracChangeset
for help on using the changeset viewer.