Make WordPress Core

Ticket #25806: 25806.patch

File 25806.patch, 695 bytes (added by siobhyb, 11 years ago)

Replace link to Codex with link to new Make page. Updated patch: created from root directory, instead of from within folder.

  • src/wp-admin/credits.php

     
    159159
    160160?>
    161161<p class="clear"><?php printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
    162         /* translators: Url to the codex documentation on contributing to WordPress used on the credits page */
    163         __( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ); ?></p>
     162        /* translators: URL to the Make WordPress 'Get Involved' landing page used on the credits page */
     163        __( 'http://make.wordpress.org/' ) ); ?></p>
    164164
    165165</div>
    166166<?php