Making WordPress.org

Changeset 3300


Ignore:
Timestamp:
06/04/2016 11:41:31 AM (9 years ago)
Author:
ocean90
Message:

Plugin Directory: Don't make dummy text available for translation.

See #1719.

File:
1 edited

Legend:

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

    r3225 r3300  
    6464        <?php
    6565            the_widget( 'WP_Widget_Text', array(
    66                 'title' => __( 'Plugin Authors', 'wporg-plugins' ),
    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.', 'wporg-plugins' ),
     66                '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.',
    6868            ), $widget_args );
    6969
    7070            the_widget( 'WP_Widget_Text', array(
    71                 'title' => __( 'Plugin Reviewers', 'wporg-plugins' ),
    72                 '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.', 'wporg-plugins' ),
     71                'title' => 'Plugin Reviewers',
     72                '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.',
    7373            ), $widget_args );
    7474
    7575            the_widget( 'WP_Widget_Text', array(
    76                 'title' => __( 'Plugin Handbook', 'wporg-plugins' ),
    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.', 'wporg-plugins' ),
     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.',
    7878            ), $widget_args );
    7979        ?>
Note: See TracChangeset for help on using the changeset viewer.