Changeset 2445 for trunk/bb-includes/functions.bb-core.php
- Timestamp:
- 06/28/2010 04:19:26 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/functions.bb-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.bb-core.php
r2404 r2445 1202 1202 endswitch; 1203 1203 } elseif ( is_string( $message ) ) { 1204 $message = "<p>$message</p>";1204 $message = bb_autop( $message ); 1205 1205 } 1206 1206 … … 1210 1210 bb_install_header( $title ); 1211 1211 ?> 1212 < p><?php echo $message; ?></p>1212 <?php echo $message; ?> 1213 1213 <?php 1214 1214 if ($uri = bb_get_uri()) {
Note: See TracChangeset
for help on using the changeset viewer.