diff options
author | Samwalton9 <samwalton9@gmail.com> | 2024-05-04 16:22:11 +0300 |
---|---|---|
committer | Samwalton9 <samwalton9@gmail.com> | 2024-05-04 16:22:11 +0300 |
commit | 65ab070b89ecb5395d3b643e183fa0da81ee95cd (patch) | |
tree | f8c4dfa3296469a6bceda0115f6d60a2bbfe059e | |
parent | 8922bde5fba838269855f1e46a4b2f5353267861 (diff) | |
download | mediawikicore-65ab070b89ecb5395d3b643e183fa0da81ee95cd.tar.gz mediawikicore-65ab070b89ecb5395d3b643e183fa0da81ee95cd.zip |
Update documentation for rc_new
Per the recentchanges table documentation, rc_new should be replaced with rc_source, which replaced rc_type.
Bug: T36320
Change-Id: Ie89e29b2363f36fe6080816c65d96394f6817fd9
-rw-r--r-- | includes/changes/RecentChange.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/changes/RecentChange.php b/includes/changes/RecentChange.php index beae24cff368..8c7cf21b9a4a 100644 --- a/includes/changes/RecentChange.php +++ b/includes/changes/RecentChange.php @@ -59,7 +59,7 @@ use Wikimedia\IPUtils; * rc_last_oldid rev_id associated with the entry before this one (or zero) * rc_bot is bot, hidden * rc_ip IP address of the user in dotted quad notation - * rc_new obsolete, use rc_type==RC_NEW + * rc_new obsolete, use rc_source=='mw.new' * rc_patrolled boolean whether or not someone has marked this edit as patrolled * rc_old_len integer byte length of the text before the edit * rc_new_len the same after the edit |