Index: sites/trunk/api.wordpress.org/public_html/core/credits/wp-31.php
===================================================================
--- sites/trunk/api.wordpress.org/public_html/core/credits/wp-31.php	(nonexistent)
+++ sites/trunk/api.wordpress.org/public_html/core/credits/wp-31.php	(working copy)
@@ -0,0 +1,193 @@
+<?php
+
+class WP_31_Credits extends WP_Credits {
+
+	function groups() {
+		return [];
+	}
+
+	function props() {
+		return [
+			'aaroncampbell',
+			'adambackstrom',
+			'aldenta',
+			'alexdunae',
+			'alexkingorg',
+			'amandafrench',
+			'anderswc',
+			'andrea_r',
+			'azaozz',
+			'andy',
+			'andyblackwell',
+			'arena',
+			'avereha',
+			'azizur',
+			'barry',
+			'batmoo',
+			'beaulebens',
+			'benward',
+			'bigdawggi',
+			'bigsmoke',
+			'blepoxp',
+			'blt4',
+			'bobbyblade',
+			'boonebgorges',
+			'briancolinger',
+			'brianlayman',
+			'caesarsgrunt',
+			'casben79',
+			'chipbennett',
+			'chrisbliss18',
+			'cimmo',
+			'coffee2code',
+			'cyberhobo',
+			'darrenmeehan',
+			'dd32',
+			'deanjrobinson',
+			'demetris',
+			'Denis-de-Bernardy',
+			'djzone',
+			'doktorbro',
+			'donalmacarthur',
+			'dougal',
+			'dremeda',
+			'duck_',
+			'dougwrites',
+			'einare',
+			'ericmann',
+			'filosofo',
+			'flashingcursor',
+			'foofy',
+			'francescolaffi',
+			'garyc40',
+			'greenshady',
+			'greuben',
+			'hakre',
+			'huichen',
+			'husobj',
+			'iammattthomas',
+			'iandstewart',
+			'indie-ulf',
+			'jacobsantos',
+			'jakub.misek',
+			'jamescollins',
+			'janeforshort',
+			'jayjdk',
+			'jczorkmid',
+			'jfarthing84',
+			'jk0',
+			'joelhardi',
+			'johnbillion',
+			'johnjamesjacoby',
+			'johnonolan',
+			'JohnPBloch',
+			'joostdevalk',
+			'jorbin',
+			'josephscott',
+			'kapeels',
+			'kawauso',
+			'koke',
+			'koopersmith',
+			'lancewillett',
+			'latz',
+			'layotte',
+			'linguasite',
+			'lloydbudd',
+			'loushou',
+			'mailnew2ster',
+			'mako09',
+			'markjaquith',
+			'markmcwilliams',
+			'MattyRob',
+			'mdawaffe',
+			'mellertime',
+			'mfields',
+			'MichaelH',
+			'mikeschinkel',
+			'miqrogroove',
+			'mitchoyoshitaka',
+			'mrmist',
+			'mrwok',
+			'mtekk',
+			'mwidmann',
+			'nacin',
+			'nbachiyski',
+			'nathanrice',
+			'niallkennedy',
+			'neoxx',
+			'nickmomrik',
+			'nkuttler',
+			'nootron',
+			'norbertm',
+			'ocean90',
+			'ohanesian',
+			'Otto42',
+			'ozh',
+			'peaceablewhale',
+			'PeteMall',
+			'phill_brown',
+			'PhillKenoyer',
+			'phrostypoison',
+			'prettyboymp',
+			'pross',
+			'ptahdunbar',
+			'qwertymaniac',
+			'RanYanivHartstein',
+			'rasheed',
+			'redsweater',
+			'rfw',
+			'rlerdorf',
+			'rmccue',
+			'rogertheriault',
+			'ronbme',
+			'rovo89',
+			'ryan',
+			'saracannon',
+			'sbressler',
+			'sc0ttkclark',
+			'ScottMac',
+			'scribu',
+			'SergeyBiryukov',
+			'SeyelentEco',
+			'shawnparker',
+			'shidouhikari',
+			'simonwheatley',
+			'sivel',
+			'solarissmoke',
+			'sorich87',
+			'studionashvegas',
+			't31os_',
+			'TECannon',
+			'tech163',
+			'technosailor',
+			'TheDeadMedic',
+			'tmoorewp',
+			'TobiasBg',
+			'tomthewebmaster',
+			'tonyf12',
+			'Utkarsh',
+			'vanillalounge',
+			'vegasgeek',
+			'vericgar',
+			'Viper007Bond',
+			'vladimir_kolesnikov',
+			'wahgnube',
+			'wedsxcrfv',
+			'westi',
+			'whoismanu',
+			'wnorris',
+			'wojtek.szkutnik',
+			'wpcanyon',
+			'wpdavis',
+			'wpmuguru',
+			'wraithkenny',
+			'yoavf',
+			'zeo',
+		];
+	}
+
+	function external_libraries() {
+		return [];
+	}
+
+}
