Plugin Directory

Changeset 1777683

Timestamp:
11/29/2017 01:09:20 PM (7 years ago)
Author:
wpsmith
Message:

Fixing typos, adding Marcel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genesis-featured-content-widget/trunk/gs-featured-content-widget.php

    r1777681 r1777683  
    11<?php
    22/**
    3  * Plugin Name: Genesis Sandbox Featured Content Widget
     3 * Plugin Name: Genesis Featured Content Widget
    44 * Plugin URI: https://wpsmith.net/
    55 * Description: Based on the Genesis Featured Widget Amplified for additional functionality which allows support for custom post types, taxonomies, and extends the flexibility of the widget via action hooks to allow the elements to be re-positioned or other elements to be added.
    66 * Version: 1.2.5
    7  * Author: Travis Smith
     7 * Author: Travis Smith
    88 * Author URI: http://wpsmith.net/
    99 *
     
    1818 
    1919/**
    20  * Genesis Sandbox Featured Post Widget
     20 * Genesis Featured Post Widget
    2121 *
    22  * @category   Genesis_Sandbox_Featured_Content
     22 * @category   Genesis_Featured_Content
    2323 * @package    Widgets
    2424 * @author     Travis Smith
    2525 * @license    http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
    2626 * @link       http://wpsmith.net/
     27
    2728
    2829/** Exit if accessed directly */
     
    3031
    3132define( 'GSFC_PLUGIN_NAME', basename( dirname( __FILE__ ) ) );
    32 define( 'GSFC_PLUGIN_VERSION', '1.2.2' );
     33define( 'GSFC_PLUGIN_VERSION', '1.2.' );
    3334
    3435/** Load textdomain for translation */
Note: See TracChangeset for help on using the changeset viewer.