Plugin Directory

Changeset 749823


Ignore:
Timestamp:
08/02/2013 07:38:56 AM (13 years ago)
Author:
sureshdsk
Message:

readme.txt update

Location:
wp-login-customizer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-login-customizer/trunk/readme.txt

    r749761 r749823  
    22Contributors: sureshdsk
    33Donate link: http://profiles.wordpress.org/sureshdsk/
    4 Tags: wplogin logo,wordpress logo, powered by wordpress, login screen , custom wplogin page
     4Tags: wplogin logo,wordpress logo, powered by wordpress, login screen ,custom wplogin page
    55Requires at least: 3.0
    66Tested up to: 3.6-RC1
  • wp-login-customizer/trunk/wplogin-customizer.php

    r749761 r749823  
    11<?php
    2 defined( 'ABSPATH' ) OR exit;
    32/*
    43Plugin Name: Wplogin Customizer
     
    98Author URI: http://profiles.wordpress.org/sureshdsk/
    109*/
    11 
     10defined( 'ABSPATH' ) OR exit;
    1211register_activation_hook(__FILE__, 'wplogin_customize_install');
    1312register_uninstall_hook(__FILE__, 'wplogin_customize_uninstall');
Note: See TracChangeset for help on using the changeset viewer.