Changeset 3300
- Timestamp:
- 06/04/2016 11:41:31 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
r3225 r3300 64 64 <?php 65 65 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.', 68 68 ), $widget_args ); 69 69 70 70 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.', 73 73 ), $widget_args ); 74 74 75 75 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.', 78 78 ), $widget_args ); 79 79 ?>
Note: See TracChangeset
for help on using the changeset viewer.