Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35668, comment 6


Ignore:
Timestamp:
02/04/2016 07:41:20 PM (9 years ago)
Author:
ramiy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35668, comment 6

    initial v1  
    11Option 6:
    22{{{
    3 printf(
    4         /* translators: %s: link to make.wordpress.org */
    5         __( 'Want to see your name in lights on this page? %s.' ),
    6         '<a href="' . esc_url( __( 'https://make.wordpress.org/' ) ) . '">' . __( 'Get involved in WordPress' ) . '</a>'
    7 );
     3<p class="clear"><?php
     4        printf(
     5                /* translators: %s: link to make.wordpress.org */
     6                __( 'Want to see your name in lights on this page? %s.' ),
     7                '<a href="' . esc_url( __( 'https://make.wordpress.org/' ) ) . '">' . __( 'Get involved in WordPress' ) . '</a>'
     8        );
     9?></p>
    810}}}
    911