Skip to content

Instantly share code, notes, and snippets.

@chrisbratlien
chrisbratlien / index.html
Created January 8, 2016 16:46 — forked from jinroh/index.html
Image intensity histogram
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<style>
body {
font: 10px sans-serif;
}
#main {
diff -uprN freshout-flutter-1f997d182714dd4a832b961054cc7d91499c90cd/RCCWP_CustomWritePanel.php flutter-hacked-parent-page/RCCWP_CustomWritePanel.php
--- freshout-flutter-1f997d182714dd4a832b961054cc7d91499c90cd/RCCWP_CustomWritePanel.php 2009-04-13 08:57:42.000000000 +0000
+++ flutter-hacked-parent-page/RCCWP_CustomWritePanel.php 2009-06-22 23:46:55.000000000 +0000
@@ -59,7 +59,7 @@ class RCCWP_CustomWritePanel
* @param boolean $createDefaultGroup indicates whether to create a default group.
* @return the id of the write panel
*/
- function Create($name, $description = '', $standardFields = array(), $categories = array(), $display_order = 1, $type = FALSE, $createDefaultGroup=true,$single_post = 0, $default_theme_page)
+ function Create($name, $description = '', $standardFields = array(), $categories = array(), $display_order = 1, $type = FALSE, $createDefaultGroup=true,$single_post = 0, $default_theme_page, $default_parent_page)
{