Changeset 31554 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 02/26/2015 05:47:53 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r31212 r31554 1757 1757 preg_match_all( '/<a(.+?)href=\"(.+?)\"(.*?)>(.+?)<\/a>/', $content, $matches ); 1758 1758 $links_summary = "\n"; 1759 for ( $i =0; $i<count($matches[0]); $i++ ) {1759 for ( $i = 0, $c = count( $matches[0] ); $i < $c; $i++ ) { 1760 1760 $link_match = $matches[0][$i]; 1761 1761 $link_number = '['.($i+1).']';
Note: See TracChangeset
for help on using the changeset viewer.