Remove repetitive title on Credits and Freedoms pages. props ocean90, fixes #19294.
git-svn-id: https://develop.svn.wordpress.org/trunk@19344 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8f2769c5dd
commit
3416f2082f
|
@ -76,8 +76,6 @@ include( './admin-header.php' );
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<h3><?php _e( 'Credits' ); ?></h3>
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$credits = wp_credits();
|
$credits = wp_credits();
|
||||||
|
|
|
@ -33,8 +33,6 @@ include( './admin-header.php' );
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</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>
|
<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">
|
<ol start="0">
|
||||||
|
|
Loading…
Reference in New Issue