Pastoid

Search Results

delete me!

nothing to see here.

View delete me!

August 13, 2009 at 9:04 pm

<?php /** * *

View August 13, 2009 at 9:04 pm

August 13, 2009 at 9:04 pm

<?xml version="1.0" encoding="utf-8" ?> <pluggable type="plugin"> <name>Categories</name> <license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>

View August 13, 2009 at 9:04 pm

Tree depth

if ($current->left < $prev->right) { $depth++; } elseif ($current->left > ($prev->right + 1)) { $depth--;

View Tree depth

submit->caption, not submit->value

public function action_form_comment( $form ) { $form->append( 'fieldset','commenterinfo', _t( 'your contact information' ) ); $form->move_before( $form->commenterinfo, $form->commenter ); $form->commenter->move_into( $form->commenterinfo ); $form->email->move_into( $form->commenterinfo );

View submit->caption, not submit->value

submit->caption, not submit->value

public function action_form_comment( $form ) { $form->append( 'fieldset','commenterinfo', _t( 'your contact information' ) ); $form->move_before( $form->commenterinfo, $form->commenter ); $form->commenter->move_into( $form->commenterinfo ); $form->email->move_into( $form->commenterinfo );

View submit->caption, not submit->value

submit->caption, not submit->value

public function action_form_comment( $form ) { $form->append( 'fieldset','commenterinfo', _t( 'your contact information' ) ); $form->move_before( $form->commenterinfo, $form->commenter ); $form->commenter->move_into( $form->commenterinfo ); $form->email->move_into( $form->commenterinfo );

View submit->caption, not submit->value

August 12, 2009 at 11:11 pm

View August 12, 2009 at 11:11 pm

August 12, 2009 at 3:29 pm

<?php // ... $form = $post->comment_form(); $form->get(null, false);

View August 12, 2009 at 3:29 pm

I'm not lost anymore.

<?php /** * SpamHoneyPot Class *

View I'm not lost anymore.

I'm not lost anymore.

<?php ?>

View I'm not lost anymore.

August 11, 2009 at 3:42 pm

View August 11, 2009 at 3:42 pm

August 11, 2009 at 3:36 pm

View August 11, 2009 at 3:36 pm

August 10, 2009 at 10:36 am

View August 10, 2009 at 10:36 am

August 6, 2009 at 6:27 am

View August 6, 2009 at 6:27 am

August 5, 2009 at 9:19 am

View August 5, 2009 at 9:19 am

August 4, 2009 at 6:51 am

View August 4, 2009 at 6:51 am

August 3, 2009 at 6:32 pm

/** * function register * Registers a plugin action for possible execution * @param mixed A reference to the function to register by string or array(object, string) * @param string Usually either 'filter' or 'action' depending on the hook type.

View August 3, 2009 at 6:32 pm

August 3, 2009 at 9:20 am

View August 3, 2009 at 9:20 am

Habari: This week in tickets #3

View Habari: This week in tickets #3

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151

<Hide