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:
parent
d5f9da0dfd
commit
931fbf8b36
|
@ -76,8 +76,6 @@ include( './admin-header.php' );
|
|||
</a>
|
||||
</h2>
|
||||
|
||||
<h3><?php _e( 'Credits' ); ?></h3>
|
||||
|
||||
<?php
|
||||
|
||||
$credits = wp_credits();
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue