Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/hello.php

    r11666 r9684  
    33 * @package Hello_Dolly
    44 * @author Matt Mullenweg
    5  * @version 1.5.1
     5 * @version 1.5
    66 */
    77/*
     
    1010Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
    1111Author: Matt Mullenweg
    12 Version: 1.5.1
     12Version: 1.5
    1313Author URI: http://ma.tt/
    1414*/
     
    6363// We need some CSS to position the paragraph
    6464function dolly_css() {
    65     // This makes sure that the posinioning is also good for right-to-left languages
    66     $x = ( 'rtl' == get_bloginfo( 'text_direction' ) ) ? 'left' : 'right';
    67 
    6865    echo "
    6966    <style type='text/css'>
     
    7370        margin: 0;
    7471        padding: 0;
    75         $x: 215px;
     72        right: 215px;
    7673        font-size: 11px;
    7774    }
Note: See TracChangeset for help on using the changeset viewer.