Plugin Directory

Changeset 172204


Ignore:
Timestamp:
11/11/2009 02:24:50 AM (16 years ago)
Author:
ejner69
Message:
 
Location:
stylepress
Files:
52 added
2 edited

Legend:

Unmodified
Added
Removed
  • stylepress/trunk/readme.txt

    r171579 r172204  
    44Requires at least: 2.7
    55Tested up to: 2.9-rare
    6 Stable tag: 1.0
     6Stable tag: 1.0.1
    77
    88Add more styles to the WordPress Dashboard - Añade más estilos al escritorio de WordPress
  • stylepress/trunk/stylepress.php

    r171579 r172204  
    22/*
    33Plugin Name: StylePress
    4 Plugin URI: http://ejner69.net/proyectos/stylepress/
     4Plugin URI: http://ejner69.net/wordpress/stylepress/
    55Description: Add more styles to the WordPress Dashboard
    66Author: ejner69
    7 Version: 1.0
     7Version: 1.0.1
    88Author URI: http://ejner69.net/
    99*/
     
    2222                        )
    2323       );
    24        wp_admin_css_color(
    25                        'albedo',
    26                         __('Albedo'),
    27                         $plugin_url . '/albedo.css',
    28                         array(
    29                     '#D5BEF7',
    30                     '#E0CCFF',
    31                     '#F8F4FE',
    32                     '#EBDEFF'
    33                         )
    34        );
    3524}
    3625?>
Note: See TracChangeset for help on using the changeset viewer.