Changeset 494448
- Timestamp:
- 01/24/2012 04:54:44 AM (14 years ago)
- File:
-
- 1 edited
-
custom-options/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-options/trunk/readme.txt
r494445 r494448 10 10 == Description == 11 11 12 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 ).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 14 Very simple, yet efficient.
Note: See TracChangeset
for help on using the changeset viewer.