Making WordPress.org

Changeset 3430


Ignore:
Timestamp:
06/18/2016 01:23:21 PM (8 years ago)
Author:
samuelsidler
Message:

Plugin Directory Theme: Add translatable text to widgets on homepage (1/2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php

    r3378 r3430  
    6565        the_widget( 'WP_Widget_Text', array(
    6666            'title' => 'Plugin Authors',
    67             'text'  => 'Now what are the possibilities of warp drive? Cmdr Riker\'s nervous system has been invaded by an unknown microorganism. The organisms fuse to the nerve, intertwining at the molecular level. That\'s why the transporter\'s biofilters couldn\'t extract it.',
     67            'text'  => sprintf( __( 'The WordPress Plugin Directory is the largest directory of free and open source WordPress plugins. Interested in hosting your plugin on WordPress.org? <a href="%s">Find out more about how.</a>', 'wporg-plugins' ), esc_url( home_url( 'about' ) ) ),
     68        ), $widget_args );
     69
     70        the_widget( 'WP_Widget_Text', array(
     71            'title' => 'Create Your Plugin',
     72            'text'  => sprintf( __( 'Interested in building your own plugin? The <a href="%s">Plugin Developer Handbook</a> walks through the steps required with creating a WordPress plugin from scratch and those required with publishing your plugin in the directory.', 'wporg-plugins' ), esc_url( 'https://developer.wordpress.org/plugins/' ) ),
    6873        ), $widget_args );
    6974
     
    7277            'text'  => 'Shields up. I recommend we transfer power to phasers and arm the photon torpedoes. Something strange on the detector circuit. The weapons must have disrupted our communicators.',
    7378        ), $widget_args );
    74 
    75         the_widget( 'WP_Widget_Text', array(
    76             'title' => 'Plugin Handbook',
    77             'text'  => 'Communication is not possible. The shuttle has no power. Using the gravitational pull of a star to slingshot back in time? We are going to Starbase Montgomery for Engineering consultations prompted by minor read-out anomalies.',
    78         ), $widget_args );
    7979        ?>
    8080    </aside><!-- #secondary -->
Note: See TracChangeset for help on using the changeset viewer.