Making WordPress.org


Ignore:
Timestamp:
09/12/2018 09:56:22 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Slack: Fix typo in function name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/announce/config.php

    r7663 r7666  
    99 * Returns a whitelist of users by channel.
    1010 *
    11  * As slack has deprecated the usage of user_names, please use WordPress.org user_logins here. Case Sensitive.
     11 * As Slack has deprecated the usage of user_names, please use WordPress.org user_logins here. Case Sensitive.
    1212 * See https://api.slack.com/changelog/2017-09-the-one-about-usernames
    1313 *
     
    305305
    306306// This is not all deputies; it's only the ones who want to receive `/deputies` pings
    307 function get_pingable_worcamp_deputies() {
     307function get_pingable_wordcamp_deputies() {
    308308    return array(
    309309        '00Sleepy', '_DorsVenabili', 'adityakane', 'andreamiddleton', 'bph', 'brandondove', 'camikaos',
Note: See TracChangeset for help on using the changeset viewer.