Ticket #4697: 4697.2.patch
File 4697.2.patch, 7.8 KB (added by , 3 years ago) |
---|
-
sites/trunk/api.wordpress.org/public_html/core/credits/wp-30.php
1 <?php 2 3 class WP_30_Credits extends WP_Credits { 4 5 function groups() { 6 return []; 7 } 8 9 function props() { 10 return [ 11 'azaozz', 12 'dd32', 13 'donncha', 14 'iammattthomas', 15 'josephscott', 16 'markjaquith', 17 'matt', 18 'nacin', 19 'nbachiyski', 20 'ryan', 21 'westi', 22 'wpmuguru', 23 'aaroncampbell', 24 'akerem', 25 'alexkingorg', 26 'amattie', 27 'ampt', 28 'andrea_r', 29 'andreasnrb', 30 'anilo4ever', 31 'apeatling', 32 'apokalyptik', 33 'arena', 34 'barry', 35 'batmoo', 36 'beaulebens', 37 'belg4mit', 38 'blepoxp', 39 'blepoxp', 40 'brentes', 41 'briancolinger', 42 'bumbu', 43 'caesarsgrunt', 44 'camiloclc', 45 'CAMWebDesign', 46 'carbolineum', 47 'caspie', 48 'catiakitahara', 49 'CharlesClarkson', 50 'chdorner', 51 'chrisbliss18', 52 'chrisscott', 53 'cnorris23', 54 'coffee2code', 55 'computerwiz908', 56 'cyberhobo', 57 'dancole', 58 'demetris', 59 'Denis-de-Bernardy', 60 'dimadin', 61 'dndrnkrd', 62 'docwhat', 63 'dougwrites', 64 'dphiffer', 65 'dragoonis', 66 'dremeda', 67 'dougal', 68 'duck_', 69 'dxjones', 70 'eddieringle', 71 'eoinomurchu', 72 'empireoflight', 73 'ericmann', 74 'etiger13', 75 'filosofo', 76 'firebird75', 77 'frankieroberto', 78 'Frumph', 79 'garyc40', 80 'gautam2011', 81 'GDragoN', 82 'greenshady', 83 'GIGALinux', 84 'hakre', 85 'husky', 86 'iandstewart', 87 'ipstenu', 88 'jacobsantos', 89 'jamescollins', 90 'jane', 91 'jbsil', 92 'jdub', 93 'jeffikus', 94 'jeffstieler', 95 'jeremyclarke', 96 'jfarthing84', 97 'Jick', 98 'jmstacey', 99 'jobjorn', 100 'johanee', 101 'johnbillion', 102 'johnjamesjacoby', 103 'johnjosephbachir', 104 'johnl1479', 105 'johnonolan', 106 'JohnPBloch', 107 'joostdevalk', 108 'jorbin', 109 'joshtime', 110 'jshreve', 111 'junsuijin', 112 'kallewangstedt', 113 'keighl', 114 'kevinB', 115 'koopersmith', 116 'kpdesign', 117 'ktdreyer', 118 'kurtmckee', 119 'laceous', 120 'lancewillett', 121 'lloydbudd', 122 'lriggle', 123 'markauk', 124 'markmcwilliams', 125 'markoheijnen', 126 'markup', 127 'mattsains', 128 'matveb', 129 'mdawaffe', 130 'mentel_br', 131 'messenlehner', 132 'miau_jp', 133 'Michael', 134 'MichaelH', 135 'mikeschinkel', 136 'minusfive', 137 'miqrogroove', 138 'misterbisson', 139 'mitchoyoshitaka', 140 'MMN-o', 141 'momo360modena', 142 'morganestes', 143 'mrmist', 144 'mtdewvirus', 145 'nadavvin', 146 'Nao', 147 'nathanrice', 148 'neoxx', 149 'niallkennedy', 150 'ninjaWR', 151 'noel', 152 'nomulous', 153 'ocean90', 154 'Otto42', 155 'pedger', 156 'PeteMall', 157 'pampfelimetten', 158 'pnettle', 159 'PotterSys', 160 'prettyboymp', 161 'ptahdunbar', 162 'ramiy', 163 'RanYanivHartstein', 164 'reaperhulk', 165 'reko', 166 'remi', 167 'rlerdorf', 168 'rmccue', 169 'rooodini', 170 'rovo89', 171 'ruslany', 172 'sc0ttkclark', 173 'scottbasgaard', 174 'ScottMac', 175 'scribu', 176 'SergeyBiryukov', 177 'ShaneF', 178 'sillybean', 179 'simek', 180 'simonwheatley', 181 'simosx', 182 'sirzooro', 183 'sivel', 184 'skeltoac', 185 'snumb130', 186 'solarissmoke', 187 'sorich87', 188 'ssandison', 189 'stencil', 190 'stephdau', 191 'tai', 192 'TECannon', 193 'technosailor', 194 'tenpura', 195 'TheDeadMedic', 196 'thee17', 197 'thetoine', 198 'tinkerpriest', 199 'TobiasBg', 200 'tomtomp', 201 'tychay', 202 'typeomedia', 203 'uglyrobot', 204 'UnderWordPressure', 205 'usermrpapa', 206 'Utkarsh', 207 'validben', 208 'Viper007Bond', 209 'vladimir_kolesnikov', 210 'willmot', 211 'wahgnube', 212 'waltervos', 213 'wds-chris', 214 'williamsba1', 215 'wnorris', 216 'xibe', 217 'yoavf', 218 'zeo', 219 'znarfor', 220 'zoranzaric' 221 ]; 222 } 223 224 function external_libraries() { 225 return []; 226 } 227 228 } -
sites/trunk/api.wordpress.org/public_html/core/credits/wp-31.php
1 <?php 2 3 class 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 }