Plugin Directory

Changeset 604883


Ignore:
Timestamp:
09/27/2012 09:29:02 PM (13 years ago)
Author:
codebycarter
Message:
 
Location:
wp-bulletin-board/tags/1.0.1/php
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-bulletin-board/tags/1.0.1/php/wpbb-all-messages.php

    r604652 r604883  
    8383               
    8484                        <td>
    85                             <a href='<?php echo add_query_arg(array('view' => $msg->id)); ?>'>
     85                            <a href='<?php echo add_query_arg(array('messages' => 'all', 'view' => $msg->id), wpbb_permalink()); ?>'>
    8686                                <?php printf(__('%s'), $msg->subject); ?>
    8787                            </a>
  • wp-bulletin-board/tags/1.0.1/php/wpbb-message-user.php

    r604652 r604883  
    8282                <th><?php _e('Content', 'wp-bb'); ?></th>
    8383                <td>
    84                      <?php wp_editor(",", 'wpbb-message-content'); ?>
     84                     <?php wp_editor("", 'wpbb-message-content'); ?>
    8585                </td>
    8686            </tr>
Note: See TracChangeset for help on using the changeset viewer.