コード例 #1
0
    private static function before($id, $label)
    {
        ?>
        <tr class="form-field">
            <th scope="row"><?php 
        SB_Field::label(array('for' => $id, 'text' => $label));
        ?>
</th>
            <td> <?php 
    }