Ticket #12366: 12366.diff

File 12366.diff, 8.7 KB (added by ryan, 3 years ago)
Line 
1Index: wp-includes/class-http.php
2===================================================================
3--- wp-includes/class-http.php  (revision 13374)
4+++ wp-includes/class-http.php  (working copy)
5@@ -9,7 +9,6 @@
6  * @package WordPress
7  * @subpackage HTTP
8  * @since 2.7.0
9- * @author Jacob Santos <wordpress@santosj.name>
10  */
11 
12 /**
13@@ -1641,7 +1640,6 @@
14  * @package WordPress
15  * @subpackage HTTP
16  * @since 2.8.0
17- * @author Beau Lebens
18  */
19 class WP_Http_Cookie {
20 
21Index: wp-includes/theme.php
22===================================================================
23--- wp-includes/theme.php       (revision 13374)
24+++ wp-includes/theme.php       (working copy)
25@@ -1434,7 +1434,6 @@
26  *
27  * Must be called in the themes functions.php file to work.
28  *
29- * @author Mark Jaquith
30  * @since 2.9
31  * @param string $feature the feature being added
32  */
33@@ -1450,7 +1449,6 @@
34 /**
35  * Checks a theme's support for a given feature
36  *
37- * @author Mark Jaquith
38  * @since 2.9
39  * @param string $feature the feature being checked
40  * @return boolean
41@@ -1490,7 +1488,6 @@
42 /**
43  * Checks a theme's support for a given feature before loading the functions which implement it.
44  *
45- * @author Peter Westwood
46  * @since 2.9
47  * @param string $feature the feature being checked
48  * @param string $include the file containing the functions that implement the feature
49Index: wp-includes/media.php
50===================================================================
51--- wp-includes/media.php       (revision 13374)
52+++ wp-includes/media.php       (working copy)
53@@ -602,7 +602,6 @@
54  * Uses the begin_fetch_post_thumbnail_html and end_fetch_post_thumbnail_html action hooks to
55  * dynamically add/remove itself so as to only filter post thumbnail thumbnails
56  *
57- * @author Mark Jaquith
58  * @since 2.9.0
59  * @param array $attr Attributes including src, class, alt, title
60  * @return array
61@@ -615,7 +614,6 @@
62 /**
63  * Adds _wp_post_thumbnail_class_filter to the wp_get_attachment_image_attributes filter
64  *
65- * @author Mark Jaquith
66  * @since 2.9.0
67  */
68 function _wp_post_thumbnail_class_filter_add( $attr ) {
69@@ -625,7 +623,6 @@
70 /**
71  * Removes _wp_post_thumbnail_class_filter from the wp_get_attachment_image_attributes filter
72  *
73- * @author Mark Jaquith
74  * @since 2.9.0
75  */
76 function _wp_post_thumbnail_class_filter_remove( $attr ) {
77Index: wp-includes/formatting.php
78===================================================================
79--- wp-includes/formatting.php  (revision 13374)
80+++ wp-includes/formatting.php  (working copy)
81@@ -249,7 +249,6 @@
82  * NOTE: This function checks for 5-Byte sequences, UTF8
83  *       has Bytes Sequences with a maximum length of 4.
84  *
85- * @author bmorel at ssi dot fr (modified)
86  * @since 1.2.1
87  *
88  * @param string $str The string to be checked
89Index: wp-includes/rewrite.php
90===================================================================
91--- wp-includes/rewrite.php     (revision 13374)
92+++ wp-includes/rewrite.php     (working copy)
93@@ -200,7 +200,6 @@
94  *
95  * @access private
96  * @since 2.6.0
97- * @author Mark Jaquith
98  *
99  * @param string $base The taxonomy base that we're going to filter
100  * @return string
101Index: wp-includes/general-template.php
102===================================================================
103--- wp-includes/general-template.php    (revision 13374)
104+++ wp-includes/general-template.php    (working copy)
105@@ -794,8 +794,6 @@
106  * three values for the format are not used, then custom format is assumed.
107  *
108  * @since 1.0.0
109- * @author Orien
110- * @link http://icecode.com/ link navigation hack by Orien
111  *
112  * @param string $url URL to archive.
113  * @param string $text Archive text description.
114Index: wp-includes/canonical.php
115===================================================================
116--- wp-includes/canonical.php   (revision 13374)
117+++ wp-includes/canonical.php   (working copy)
118@@ -5,8 +5,6 @@
119  * Based on "Permalink Redirect" from Scott Yang and "Enforce www. Preference"
120  * by Mark Jaquith
121  *
122- * @author Scott Yang
123- * @author Mark Jaquith
124  * @package WordPress
125  * @since 2.3.0
126  */
127Index: wp-includes/deprecated.php
128===================================================================
129--- wp-includes/deprecated.php  (revision 13374)
130+++ wp-includes/deprecated.php  (working copy)
131@@ -1032,7 +1032,6 @@
132  * Output a list of all links, listed by category, using the settings in
133  * $wpdb->linkcategories and output it as a nested HTML unordered list.
134  *
135- * @author Dougal
136  * @since 1.0.1
137  * @deprecated 2.1
138  * @deprecated Use wp_list_bookmarks()
139@@ -1076,9 +1075,6 @@
140 /**
141  * Show the link to the links popup and the number of links.
142  *
143- * @author Fullo
144- * @link http://sprite.csr.unibo.it/fullo/
145- *
146  * @since 0.71
147  * @deprecated 2.1
148  * @deprecated {@internal Use function instead is unknown}}
149Index: wp-includes/http.php
150===================================================================
151--- wp-includes/http.php        (revision 13374)
152+++ wp-includes/http.php        (working copy)
153@@ -9,7 +9,6 @@
154  * @package WordPress
155  * @subpackage HTTP
156  * @since 2.7.0
157- * @author Jacob Santos <wordpress@santosj.name>
158  */
159 
160 /**
161Index: wp-app.php
162===================================================================
163--- wp-app.php  (revision 13374)
164+++ wp-app.php  (working copy)
165@@ -2,8 +2,6 @@
166 /**
167  * Atom Publishing Protocol support for WordPress
168  *
169- * @author Original by Elias Torres <http://torrez.us/archives/2006/08/31/491/>
170- * @author Modified by Dougal Campbell <http://dougal.gunters.org/>
171  * @version 1.0.5-dc
172  */
173 
174Index: wp-content/plugins/hello.php
175===================================================================
176--- wp-content/plugins/hello.php        (revision 13374)
177+++ wp-content/plugins/hello.php        (working copy)
178@@ -1,7 +1,6 @@
179 <?php
180 /**
181  * @package Hello_Dolly
182- * @author Matt Mullenweg
183  * @version 1.5.1
184  */
185 /*
186Index: wp-admin/includes/user.php
187===================================================================
188--- wp-admin/includes/user.php  (revision 13374)
189+++ wp-admin/includes/user.php  (working copy)
190@@ -484,7 +484,6 @@
191  * WordPress User Search class.
192  *
193  * @since unknown
194- * @author Mark Jaquith
195  */
196 class WP_User_Search {
197 
198Index: wp-admin/js/custom-navigation-dynamic-functions.dev.js
199===================================================================
200--- wp-admin/js/custom-navigation-dynamic-functions.dev.js      (revision 13375)
201+++ wp-admin/js/custom-navigation-dynamic-functions.dev.js      (working copy)
202@@ -2,7 +2,6 @@
203  * WordPress Administration Custom Navigation
204  * Interface JS functions
205  *
206- * @author Jeffikus <pearce.jp@gmail.com>
207  * @version 1.1.0
208  *
209  * @package WordPress
210Index: wp-admin/js/custom-navigation-default-items.dev.js
211===================================================================
212--- wp-admin/js/custom-navigation-default-items.dev.js  (revision 13374)
213+++ wp-admin/js/custom-navigation-default-items.dev.js  (working copy)
214@@ -2,7 +2,6 @@
215  * WordPress Administration Custom Navigation
216  * Interface JQuery functions
217  *
218- * @author Jeffikus <pearce.jp@gmail.com>
219  * @version 1.1.0
220  *
221  * @package WordPress
222Index: wp-admin/import/dotclear.php
223===================================================================
224--- wp-admin/import/dotclear.php        (revision 13374)
225+++ wp-admin/import/dotclear.php        (working copy)
226@@ -4,8 +4,6 @@
227  *
228  * @package WordPress
229  * @subpackage Importer
230- * @author Thomas Quinot
231- * @link http://thomas.quinot.org/
232  */
233 
234 /**
235Index: wp-admin/import/blogware.php
236===================================================================
237--- wp-admin/import/blogware.php        (revision 13374)
238+++ wp-admin/import/blogware.php        (working copy)
239@@ -4,8 +4,6 @@
240  *
241  * @package WordPress
242  * @subpackage Importer
243- * @author Shayne Sweeney
244- * @link http://www.theshayne.com/
245  */
246 
247 /**
248Index: wp-admin/import/opml.php
249===================================================================
250--- wp-admin/import/opml.php    (revision 13374)
251+++ wp-admin/import/opml.php    (working copy)
252@@ -2,8 +2,6 @@
253 /**
254  * Links Import Administration Panel.
255  *
256- * @copyright 2002 Mike Little <mike@zed1.com>
257- * @author Mike Little <mike@zed1.com>
258  * @package WordPress
259  * @subpackage Administration
260  */
261Index: wp-admin/nav-menus.php
262===================================================================
263--- wp-admin/nav-menus.php      (revision 13375)
264+++ wp-admin/nav-menus.php      (working copy)
265@@ -3,7 +3,6 @@
266  * WordPress Administration for Navigation Menus
267  * Interface functions
268  *
269- * @author Jeffikus <pearce.jp@gmail.com>
270  * @version 1.1.0
271  *
272  * @package WordPress
273Index: wp-admin/css/custom-navigation.dev.css
274===================================================================
275--- wp-admin/css/custom-navigation.dev.css      (revision 13375)
276+++ wp-admin/css/custom-navigation.dev.css      (working copy)
277@@ -2,7 +2,6 @@
278  * WordPress Administration Custom Navigation
279  * Interface CSS
280  *
281- * @author Jeffikus <pearce.jp@gmail.com>
282  * @version 1.1.0
283  *
284  * @package WordPress