The page you are looking at now is at this URL: http://pastoid.com/bzt
This paste was last updated on February 9, 2010 at 9:54 pm.
/** * Append this term to a new parent, or root. * @param $parent_term Term * @return Term **/ public function append_to( $parent_term ) { return $this->vocabulary->append_to( $this, $parent_term ); } /** * Move this term before another one. * @param $before_term Term * @return Term **/ public function move_before( $before_term ) { return $this->vocabulary->move_before( $this, $before_term ); } /** * Move this term after another one. * @param $after_term Term * @return Term **/ public function move_after( $after_term ) { return $this->vocabulary->move_after( $this, $after_term ); }
| Referring Domain | Hits |
|---|---|
| Unknown Referer | 127 |
| pastoid.com | 2 |
Tip: Use Pastoid to shorten URLs with this bookmarklet: Pastoid This