Changeset 1005
- Timestamp:
- 11/24/2014 06:26:23 PM (10 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
r1004 r1005 600 600 $params[ $tag['variable'] ]['required'] = 'Required'; 601 601 } 602 $params[ $tag['variable'] ]['content'] = htmlentities( $params[ $tag['variable'] ]['content'] ); 602 603 $params[ $tag['variable'] ]['content'] = make_doclink_clickable( $params[ $tag['variable'] ]['content'] ); 603 604 }
Note: See TracChangeset
for help on using the changeset viewer.