tree checksum vpatch file split hunks
all signers: hanbot billymg diana_coman jfw
antecedents: mp-wp_remove-tinymce-and-other-crud mp-wp_genesis mp-wp_remove-textselectionjs-pop3-etc-r2
press order:
patch:
(6 . 3)(6 . 4)
5 602064 mp-wp_apply-htmlspecialchars-to-post-edit-content billymg Run post content through htmlspecialchars() before loading into the post edit UI
6 605926 mp-wp_comments_filtering diana_coman Recent comments widget should show only people's comments (no track/pingbacks); theme default changed to show trackbacks/pingbacks as last/at the bottom in an article's comments list.
7 629903 mp-wp_remove-textselectionjs-pop3-etc-r2 jfw Remove the unreliable JS-based selection (reground: including wrapper spans), posting by POP3 login, and a stray .php.orig file. Neutralize and comment the example pingback updater.
8 629903 mp-wp_svg-screenshots-and-errorreporting-r2 jfw Allow .svg extensions in theme screenshot search. Don't clobber the user's errorreporting level without WP_DEBUG. (Reground following antecedent.)
- FB6D4F7601223DC083B39A0865987827E5D806DEA9C8FFC330C2382FAEBD3E2C870C9E8236FD3B7750821231AF289A4ADB3B005AB722B845541EE17645193284(321 . 7)(321 . 7)
13 $stylesheet = dirname($theme_file);
14
15 $screenshot = false;
16 foreach ( array('png', 'gif', 'jpg', 'jpeg') as $ext ) {
17 foreach ( array('svg', 'png', 'gif', 'jpg', 'jpeg') as $ext ) {
18 if (file_exists("$theme_root/$stylesheet/screenshot.$ext")) {
19 $screenshot = "screenshot.$ext";
20 break;
- 2232F426ED39364953DE230C32E386EE848DD7D48B58C673E11B79FF7A49C9A6B7B5911D1C98021B51D8274CD8FE1601F079FC1A703ED3B8FCE01E61CD42EF81(198 . 8)(198 . 6)
25 // Add define('WP_DEBUG',true); to wp-config.php to enable display of notices during development.
26 if (defined('WP_DEBUG') and WP_DEBUG == true) {
27 error_reporting(E_ALL);
28 } else {
29 error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
30 }
31
32 // For an advanced caching plugin to use, static because you would only want one