Changeset 374
- Timestamp:
- 02/05/2014 09:13:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r352 r374 247 247 248 248 echo "\n" . "Many contributors help maintain one or more components. These maintainers are vital to keeping WordPress development running as smoothly as possible. They triage new tickets, look after existing ones, spearhead or mentor tasks, pitch new ideas, curate roadmaps, and provide feedback to other contributors. Longtime maintainers with a deep understanding of particular areas of core are always seeking to mentor others to impart their knowledge.\n\n"; 249 // echo "<strong>Want to help? Start following this component!</strong> <a href='/notifications/'>Adjust your notifications here</a>. Feel free to dig into any ticket." . "\n\n"; 250 echo "Want to help? Feel free to dig into any ticket.\n\n"; 249 echo "<strong>Want to help? Start following this component!</strong> <a href='/core/notifications/'>Adjust your notifications here</a>. Feel free to dig into any ticket." . "\n\n"; 251 250 252 251 $followers = $this->trac->get_col( $this->trac->prepare( "SELECT username FROM _notifications WHERE type = 'component' AND value = %s", $post->post_title ) );
Note: See TracChangeset
for help on using the changeset viewer.