Changeset 1168 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 01/22/2015 08:40:25 PM (11 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
r1104 r1168 602 602 $encountered_optional = false; 603 603 foreach ( $tags as $tag ) { 604 if ( 'param' == $tag['name'] ) {604 if ( ! empty( $tag['name'] ) && 'param' == $tag['name'] ) { 605 605 $params[ $tag['variable'] ] = $tag; 606 606 foreach ( $tag['types'] as $i => $v ) {
Note: See TracChangeset
for help on using the changeset viewer.