diff options
author | Reedy <reedy@wikimedia.org> | 2021-03-19 18:36:44 +0000 |
---|---|---|
committer | Jforrester <jforrester@wikimedia.org> | 2021-03-20 19:47:18 +0000 |
commit | cce3fb49d0cb91ceb0961f04fbcfa962c07cb0a9 (patch) | |
tree | dc3687ad8d0e06d9fd16ea7d9f6bfa7d36ed1cc1 /includes/profiler/ProfilerXhprof.php | |
parent | ef0e5d482588f747315931cccf07c0c92e3d2ba1 (diff) | |
download | mediawikicore-cce3fb49d0cb91ceb0961f04fbcfa962c07cb0a9.tar.gz mediawikicore-cce3fb49d0cb91ceb0961f04fbcfa962c07cb0a9.zip |
Use more neutral or alternative language
Bug: T277987
Change-Id: Iafc4b3e3137936046487119b7e17635f4e560277
Diffstat (limited to 'includes/profiler/ProfilerXhprof.php')
-rw-r--r-- | includes/profiler/ProfilerXhprof.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/profiler/ProfilerXhprof.php b/includes/profiler/ProfilerXhprof.php index 7d3fa2c81c74..946e64cfb501 100644 --- a/includes/profiler/ProfilerXhprof.php +++ b/includes/profiler/ProfilerXhprof.php @@ -38,7 +38,7 @@ * extension can be installed via PECL or your operating system's package manager. * * To restrict the functions for which profiling data is collected, you can - * use either a whitelist ($wgProfiler['include']) or a blacklist + * use either a allow list ($wgProfiler['include']) or a deny list * ($wgProfiler['exclude']) containing an array of function names. * Shell-style patterns are also accepted. * |