Changeset 19402
- Timestamp:
- 11/22/2011 08:34:34 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/credits.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/credits.php
r19386 r19402 90 90 } 91 91 92 echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals. We couldn’t possibly list them all, but here some of the most influential people currently involved with the project:' ) . "</p>\n";92 echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "</p>\n"; 93 93 94 94 $gravatar = is_ssl() ? 'https://secure.gravatar.com/avatar/' : 'http://0.gravatar.com/avatar/';
Note: See TracChangeset
for help on using the changeset viewer.