Ticket #35911: 35911.2.patch
File 35911.2.patch, 949 bytes (added by , 9 years ago) |
---|
-
wp-admin/credits.php
35 35 $credits = wp_credits(); 36 36 37 37 if ( ! $credits ) { 38 38 39 echo '<p class="about-description">'; 39 40 /* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */ 40 41 printf( __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ), … … 42 43 __( 'https://make.wordpress.org/' ) 43 44 ); 44 45 echo '</p>'; 45 include( ABSPATH . 'wp-admin/admin-footer.php' );46 exit;47 }48 46 47 } else { 48 49 49 echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "</p>\n"; 50 50 51 51 foreach ( $credits['groups'] as $group_slug => $group_data ) { … … 104 104 ); 105 105 ?></p> 106 106 107 <?php 108 } 109 ?> 110 107 111 </div> 108 112 <?php 109 113