Making WordPress.org

Ticket #4697: 4697.patch

File 4697.patch, 3.6 KB (added by ramiy, 4 years ago)
  • sites/trunk/api.wordpress.org/public_html/core/credits/wp-31.php

     
     1<?php
     2
     3class WP_31_Credits extends WP_Credits {
     4
     5        function groups() {
     6                return [];
     7        }
     8
     9        function props() {
     10                return [
     11                        'aaroncampbell',
     12                        'adambackstrom',
     13                        'aldenta',
     14                        'alexdunae',
     15                        'alexkingorg',
     16                        'amandafrench',
     17                        'anderswc',
     18                        'andrea_r',
     19                        'azaozz',
     20                        'andy',
     21                        'andyblackwell',
     22                        'arena',
     23                        'avereha',
     24                        'azizur',
     25                        'barry',
     26                        'batmoo',
     27                        'beaulebens',
     28                        'benward',
     29                        'bigdawggi',
     30                        'bigsmoke',
     31                        'blepoxp',
     32                        'blt4',
     33                        'bobbyblade',
     34                        'boonebgorges',
     35                        'briancolinger',
     36                        'brianlayman',
     37                        'caesarsgrunt',
     38                        'casben79',
     39                        'chipbennett',
     40                        'chrisbliss18',
     41                        'cimmo',
     42                        'coffee2code',
     43                        'cyberhobo',
     44                        'darrenmeehan',
     45                        'dd32',
     46                        'deanjrobinson',
     47                        'demetris',
     48                        'Denis-de-Bernardy',
     49                        'djzone',
     50                        'doktorbro',
     51                        'donalmacarthur',
     52                        'dougal',
     53                        'dremeda',
     54                        'duck_',
     55                        'dougwrites',
     56                        'einare',
     57                        'ericmann',
     58                        'filosofo',
     59                        'flashingcursor',
     60                        'foofy',
     61                        'francescolaffi',
     62                        'garyc40',
     63                        'greenshady',
     64                        'greuben',
     65                        'hakre',
     66                        'huichen',
     67                        'husobj',
     68                        'iammattthomas',
     69                        'iandstewart',
     70                        'indie-ulf',
     71                        'jacobsantos',
     72                        'jakub.misek',
     73                        'jamescollins',
     74                        'janeforshort',
     75                        'jayjdk',
     76                        'jczorkmid',
     77                        'jfarthing84',
     78                        'jk0',
     79                        'joelhardi',
     80                        'johnbillion',
     81                        'johnjamesjacoby',
     82                        'johnonolan',
     83                        'JohnPBloch',
     84                        'joostdevalk',
     85                        'jorbin',
     86                        'josephscott',
     87                        'kapeels',
     88                        'kawauso',
     89                        'koke',
     90                        'koopersmith',
     91                        'lancewillett',
     92                        'latz',
     93                        'layotte',
     94                        'linguasite',
     95                        'lloydbudd',
     96                        'loushou',
     97                        'mailnew2ster',
     98                        'mako09',
     99                        'markjaquith',
     100                        'markmcwilliams',
     101                        'MattyRob',
     102                        'mdawaffe',
     103                        'mellertime',
     104                        'mfields',
     105                        'MichaelH',
     106                        'mikeschinkel',
     107                        'miqrogroove',
     108                        'mitchoyoshitaka',
     109                        'mrmist',
     110                        'mrwok',
     111                        'mtekk',
     112                        'mwidmann',
     113                        'nacin',
     114                        'nbachiyski',
     115                        'nathanrice',
     116                        'niallkennedy',
     117                        'neoxx',
     118                        'nickmomrik',
     119                        'nkuttler',
     120                        'nootron',
     121                        'norbertm',
     122                        'ocean90',
     123                        'ohanesian',
     124                        'Otto42',
     125                        'ozh',
     126                        'peaceablewhale',
     127                        'PeteMall',
     128                        'phill_brown',
     129                        'PhillKenoyer',
     130                        'phrostypoison',
     131                        'prettyboymp',
     132                        'pross',
     133                        'ptahdunbar',
     134                        'qwertymaniac',
     135                        'RanYanivHartstein',
     136                        'rasheed',
     137                        'redsweater',
     138                        'rfw',
     139                        'rlerdorf',
     140                        'rmccue',
     141                        'rogertheriault',
     142                        'ronbme',
     143                        'rovo89',
     144                        'ryan',
     145                        'saracannon',
     146                        'sbressler',
     147                        'sc0ttkclark',
     148                        'ScottMac',
     149                        'scribu',
     150                        'SergeyBiryukov',
     151                        'SeyelentEco',
     152                        'shawnparker',
     153                        'shidouhikari',
     154                        'simonwheatley',
     155                        'sivel',
     156                        'solarissmoke',
     157                        'sorich87',
     158                        'studionashvegas',
     159                        't31os_',
     160                        'TECannon',
     161                        'tech163',
     162                        'technosailor',
     163                        'TheDeadMedic',
     164                        'tmoorewp',
     165                        'TobiasBg',
     166                        'tomthewebmaster',
     167                        'tonyf12',
     168                        'Utkarsh',
     169                        'vanillalounge',
     170                        'vegasgeek',
     171                        'vericgar',
     172                        'Viper007Bond',
     173                        'vladimir_kolesnikov',
     174                        'wahgnube',
     175                        'wedsxcrfv',
     176                        'westi',
     177                        'whoismanu',
     178                        'wnorris',
     179                        'wojtek.szkutnik',
     180                        'wpcanyon',
     181                        'wpdavis',
     182                        'wpmuguru',
     183                        'wraithkenny',
     184                        'yoavf',
     185                        'zeo',
     186                ];
     187        }
     188
     189        function external_libraries() {
     190                return [];
     191        }
     192
     193}