Changeset 45580 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/01/2019 08:00:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r45578 r45580 2428 2428 * @return string Balanced text 2429 2429 */ 2430 function balanceTags( $text, $force = false ) { 2430 function balanceTags( $text, $force = false ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid 2431 2431 if ( $force || get_option( 'use_balanceTags' ) == 1 ) { 2432 2432 return force_balance_tags( $text );
Note: See TracChangeset
for help on using the changeset viewer.