Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/24/2019 01:55:57 PM (5 years ago)
Author:
netweb
Message:

Build Tools: Follow to PHPCS changes in [7006]

  • Fixes an erronous change in Invision converter
  • Tweaks a readability issue in bbp_update_reply()

See #3294.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/Invision.php

    r7006 r7007  
    549549                $output .= $input{$i};
    550550            } else {
    551                 $output .= '&#' . ord( $input{$i} ) . '';
     551                $output .= '&#' . ord( $input{$i} ) . ';';
    552552            }
    553553        }
Note: See TracChangeset for help on using the changeset viewer.