Changeset 338 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
- Timestamp:
- 01/30/2014 10:31:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r334 r338 438 438 if ( is_user_logged_in() ) { 439 439 return $content; 440 } elseif ( isset( $attr['else'] ) ) { 441 return wp_kses_data( $attr['else'], array( 'p' => true, 'a' => array( 'href' => true ) ) ); 440 442 } 441 443 return '';
Note: See TracChangeset
for help on using the changeset viewer.