Remove repetitive title on Credits and Freedoms pages. props ocean90, fixes #19294.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-11-19 00:35:13 +00:00
parent d5f9da0dfd
commit 931fbf8b36
2 changed files with 0 additions and 4 deletions

View File

@ -76,8 +76,6 @@ include( './admin-header.php' );
</a>
</h2>
<h3><?php _e( 'Credits' ); ?></h3>
<?php
$credits = wp_credits();

View File

@ -33,8 +33,6 @@ include( './admin-header.php' );
</a>
</h2>
<h3><?php _e( 'Freedoms' ); ?></h3>
<p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'http://wordpress.org/about/license/' ); ?></p>
<ol start="0">