Plugin Directory

Changeset 494617


Ignore:
Timestamp:
01/24/2012 02:20:06 PM (14 years ago)
Author:
jacobgsp
Message:

description and readme fix.

Location:
custom-options
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • custom-options/tags/1.0/custom-options.php

    r494438 r494617  
    33Plugin Name: Custom Options
    44Plugin URI: http://jacobgsp.com/wordpress/
    5 Description: Allows you to create custom options that you can easily update via the administration panel in Options > Custom Options and also allow you to use mentioned options in your theme using a simple PHP function: string get_custom_option( $slug [, $default_value]). Very simple, yet efficient.
     5Description: Allows you to create custom options that you can easily update via the `Options` administration panel and also allows you to use mentioned options in your theme using a simple PHP function: `get_custom_option( $slug, $default_value )`. Very simple, yet efficient.
    66Version: 1.0
    77Author: Jacob Guite-St-Pierre
  • custom-options/trunk/custom-options.php

    r494442 r494617  
    33Plugin Name: Custom Options
    44Plugin URI: http://jacobgsp.com/wordpress/
    5 Description: Allows you to create custom options that you can easily update via the administration panel in Options > Custom Options and also allow you to use mentioned options in your theme using a simple PHP function: get_custom_option( $slug, $default_value ). Very simple, yet efficient.
     5Description: Allows you to create custom options that you can easily update via the `Options` administration panel and also allows you to use mentioned options in your theme using a simple PHP function: `get_custom_option( $slug, $default_value )`. Very simple, yet efficient.
    66Version: 1.0
    77Author: Jacob Guite-St-Pierre
  • custom-options/trunk/readme.txt

    r494448 r494617  
    1212Allows you to create custom options that you can easily update via the `Options` administration panel and also allows you to use mentioned options in your theme using a simple PHP function: `get_custom_option( $slug, $default_value )`.
    1313
    14 Very simple, yet efficient.
     14Very simple, yet efficient. 
    1515
    1616== Installation ==
Note: See TracChangeset for help on using the changeset viewer.