Changeset 604883
- Timestamp:
- 09/27/2012 09:29:02 PM (13 years ago)
- Location:
- wp-bulletin-board/tags/1.0.1/php
- Files:
-
- 2 edited
-
wpbb-all-messages.php (modified) (1 diff)
-
wpbb-message-user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-bulletin-board/tags/1.0.1/php/wpbb-all-messages.php
r604652 r604883 83 83 84 84 <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()); ?>'> 86 86 <?php printf(__('%s'), $msg->subject); ?> 87 87 </a> -
wp-bulletin-board/tags/1.0.1/php/wpbb-message-user.php
r604652 r604883 82 82 <th><?php _e('Content', 'wp-bb'); ?></th> 83 83 <td> 84 <?php wp_editor(" ,", 'wpbb-message-content'); ?>84 <?php wp_editor("", 'wpbb-message-content'); ?> 85 85 </td> 86 86 </tr>
Note: See TracChangeset
for help on using the changeset viewer.