Make WordPress Core


Ignore:
Timestamp:
06/17/2014 06:06:12 PM (10 years ago)
Author:
wonderboymusic
Message:

Add unit tests to confirm that --- is properly converted to — by wptexturize() where appropriate.

Props miqrogroove.
Fixes #28483.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r28762 r28763  
    275275            array_push($stack, $matches[1]);
    276276        }
     277    } elseif ( 0 == count( $stack ) ) {
     278        // Stack is empty. Just stop.
    277279    } else {
    278280        // Closing? Check $text+2 against disabled elements
Note: See TracChangeset for help on using the changeset viewer.