Changeset 494617
- Timestamp:
- 01/24/2012 02:20:06 PM (14 years ago)
- Location:
- custom-options
- Files:
-
- 3 edited
-
tags/1.0/custom-options.php (modified) (1 diff)
-
trunk/custom-options.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-options/tags/1.0/custom-options.php
r494438 r494617 3 3 Plugin Name: Custom Options 4 4 Plugin 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.5 Description: 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. 6 6 Version: 1.0 7 7 Author: Jacob Guite-St-Pierre -
custom-options/trunk/custom-options.php
r494442 r494617 3 3 Plugin Name: Custom Options 4 4 Plugin 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.5 Description: 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. 6 6 Version: 1.0 7 7 Author: Jacob Guite-St-Pierre -
custom-options/trunk/readme.txt
r494448 r494617 12 12 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 )`. 13 13 14 Very simple, yet efficient. 14 Very simple, yet efficient. 15 15 16 16 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.