Changeset 1461
- Timestamp:
- 03/28/2015 10:16:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions-codex.php
r1015 r1461 295 295 296 296 $items = self::get_h2s( $content ); 297 $matches = array(); 298 $replacements = array(); 297 299 298 300 foreach ( $items as $item ) { … … 314 316 315 317 $items = self::get_h3s( $content ); 318 $matches = array(); 319 $replacements = array(); 316 320 317 321 foreach ( $items as $item ) { … … 333 337 334 338 $items = self::get_h4s( $content ); 339 $matches = array(); 340 $replacements = array(); 335 341 336 342 foreach ( $items as $item ) {
Note: See TracChangeset
for help on using the changeset viewer.