Changeset 7007
- Timestamp:
- 11/24/2019 01:55:57 PM (6 years ago)
- Location:
- trunk/src/includes
- Files:
-
- 2 edited
-
admin/converters/Invision.php (modified) (1 diff)
-
replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Invision.php
r7006 r7007 549 549 $output .= $input{$i}; 550 550 } else { 551 $output .= '&#' . ord( $input{$i} ) . ' ';551 $output .= '&#' . ord( $input{$i} ) . ';'; 552 552 } 553 553 } -
trunk/src/includes/replies/functions.php
r7006 r7007 822 822 set_transient( '_bbp_' . bbp_current_author_ip() . '_last_posted', time() ); 823 823 } 824 825 // If not anonymous, then 824 826 } else { 825 827 if ( empty( $is_edit ) && ! current_user_can( 'throttle' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.