Changeset 3047 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 04/29/2016 06:29:08 PM (7 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
r2984 r3047 556 556 $types = array(); 557 557 foreach ( $tag['types'] as $i => $v ) { 558 $types[ $i ] = "<span class=\"{$v}\">{$v}</span>";558 $types[ $i ] = sprintf( '<span class="%s">%s</span>', $v, apply_filters( 'devhub-parameter-type', $v, $post_id ) ); 559 559 } 560 560
Note: See TracChangeset
for help on using the changeset viewer.