Changeset 875
- Timestamp:
- 09/29/2014 05:53:13 AM (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
r868 r875 502 502 503 503 // Normalize spacing at beginning of hash notation params. 504 if ( '{' == $tag['content'][0] ) {504 if ( $tag['content'] && '{' == $tag['content'][0] ) { 505 505 $tag['content'] = '{ ' . trim( substr( $tag['content'], 1 ) ); 506 506 }
Note: See TracChangeset
for help on using the changeset viewer.