Ticket #48002: 48002.diff
| File 48002.diff, 2.6 KB (added by , 7 years ago) |
|---|
-
src/wp-admin/edit-link-form.php
67 67 'content' => 68 68 '<p>' . __( 'You can add or edit links on this screen by entering information in each of the boxes. Only the link’s web address and name (the text you want to display on your site as the link) are required fields.' ) . '</p>' . 69 69 '<p>' . __( 'The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don’t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.' ) . '</p>' . 70 '<p>' . __( 'XFN stands for <a href="http ://gmpg.org/xfn/">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '</p>',70 '<p>' . __( 'XFN stands for <a href="https://gmpg.org/xfn/">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '</p>', 71 71 ) 72 72 ); 73 73 … … 122 122 <h2><label for="link_url"><?php _e( 'Web Address' ); ?></label></h2> 123 123 <div class="inside"> 124 124 <input type="text" name="link_url" size="30" maxlength="255" class="code" value="<?php echo esc_attr( $link->link_url ); ?>" id="link_url" /> 125 <p><?php _e( 'Example: <code>http ://wordpress.org/</code> — don’t forget the <code>http://</code>' ); ?></p>125 <p><?php _e( 'Example: <code>https://wordpress.org/</code> — don’t forget the <code>https://</code>' ); ?></p> 126 126 </div> 127 127 </div> 128 128 -
src/wp-content/plugins/hello.php
5 5 */ 6 6 /* 7 7 Plugin Name: Hello Dolly 8 Plugin URI: http ://wordpress.org/plugins/hello-dolly/8 Plugin URI: https://wordpress.org/plugins/hello-dolly/ 9 9 Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page. 10 10 Author: Matt Mullenweg 11 11 Version: 1.7.2 12 Author URI: http ://ma.tt/12 Author URI: https://ma.tt/ 13 13 */ 14 14 15 15 function hello_dolly_get_lyric() {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)