Backboards: 
Posts: 155
In response to "Hehehehheh ... I just added a feature to wtBoard that ST won't be able to use." by Beryllium

Alright, testing code highlighting

Block One:

<?php

 public function delete($key)
    {
        if (!$this->has($key)) {
            return false;
        }

        unset($this->settings[$key]);
    }


Responses:
Post a message   top
Replies are disabled on threads older than 7 days.