Plugin Directory

Changeset 805101


Ignore:
Timestamp:
11/15/2013 08:58:13 PM (12 years ago)
Author:
ryanve
Message:

0.1.2: Fix missing semicolon error.

Location:
homie/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • homie/trunk/homie.php

    r801173 r805101  
    44Plugin URI: http://github.com/ryanve/homie
    55Description: Include or exclude homepage categories.
    6 Version: 0.1.1
     6Version: 0.1.2
    77Author: Ryan Van Etten
    88Author URI: http://ryanve.com
     
    9696
    9797            add_settings_field($field, $label, function() use (&$curr, $field, $id, $key, $options) {
    98                 $select = "<select name='$field' style='display:inline-block;line-height:1;margin:.5em'>"
     98                $select = "<select name='$field' style='display:inline-block;line-height:1;margin:.5em'>";
    9999                $value = empty($curr[$key][$id]) ? $options[0] : $curr[$key][$id];
    100100                echo array_reduce($options, function($str, $op) use ($value) {
  • homie/trunk/readme.txt

    r801173 r805101  
    1212== Description ==
    1313
    14 Include or exclude categories on the homepage.
    15 
    16 ### [Usage](https://github.com/ryanve/homie#usage) options
    17 
    18 - `*` default
    19 - `Include` <b>whitelists</b> the category
    20 - `Exclude` <b>blacklists</b> the category
     14Include or exclude categories on the homepage. See [documentation](https://github.com/ryanve/homie#usage).
    2115
    2216== Installation ==
Note: See TracChangeset for help on using the changeset viewer.