Changeset 1676
- Timestamp:
- 06/18/2015 08:48:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
r1675 r1676 604 604 $encountered_optional = false; 605 605 foreach ( $tags as $tag ) { 606 // Fix unintended markup introduced by parser. 607 $tag = str_replace( array( '<strong>', '</strong>' ), '__', $tag ); 608 606 609 if ( ! empty( $tag['name'] ) && 'param' == $tag['name'] ) { 607 610 $params[ $tag['variable'] ] = $tag;
Note: See TracChangeset
for help on using the changeset viewer.