Plugin Directory

Changeset 776238


Ignore:
Timestamp:
09/21/2013 03:18:55 AM (13 years ago)
Author:
lessbloat
Message:

Removed 2 headers that didn't quite work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dashboard/trunk/dashboard.php

    r776236 r776238  
    5353        <div class="wrap">
    5454
    55             <h2><?php $words = array( 'Hola', 'Bonjour', 'Aloha', 'Ahoy There', "G'day", 'Hi There Beautiful', "It's Go Time", 'Break a Leg', 'Go For Broke', 'Keep Your Chin Up' ); echo esc_html( $words[ mt_rand( 0, count( $words) -1 ) ] ); ?></h2>
     55            <h2><?php $words = array( 'Hola', 'Bonjour', 'Aloha', 'Ahoy There', "G'day", "It's Go Time", 'Break a Leg', 'Go For Broke' ); echo esc_html( $words[ mt_rand( 0, count( $words) -1 ) ] ); ?></h2>
    5656
    5757        </div><!-- .wrap -->
Note: See TracChangeset for help on using the changeset viewer.