Changeset 24129 for trunk/wp-includes/post-formats.php
- Timestamp:
- 04/29/2013 02:48:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-formats.php
r24094 r24129 581 581 } 582 582 583 $matches = array();584 583 $matched = preg_match( $newline_regex, $line, $matches ); 585 584 if ( ! $matched ) … … 710 709 return ''; 711 710 712 $matches = array();713 711 if ( ! preg_match( '/<blockquote[^>]*>(.+?)<\/blockquote>/is', $content, $matches ) ) { 714 712 $quote = $content; … … 783 781 if ( empty( $content ) ) 784 782 return ''; 785 786 $matches = array();787 783 788 784 // the content is a URL … … 884 880 $output = ''; 885 881 $has_teaser = false; 886 $matches = array();887 882 888 883 // If post password required and it doesn't match the cookie.
Note: See TracChangeset
for help on using the changeset viewer.