Plugin Directory

Changeset 1079939


Ignore:
Timestamp:
02/01/2015 04:49:37 AM (11 years ago)
Author:
irenem
Message:

Updating to version 1.1

Location:
conditional-logic-solution/tags/1.1
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • conditional-logic-solution/tags/1.1/conditional-logic-solution.php

    r1079937 r1079939  
    44 * Plugin URI: http://irenemitchell.com/conditional-logic-solution/
    55 * Description: The complete control solution for wordpress powered site. CLS stands by it's name. It is a conditional logic design to empower site owners to have absolute control in most areas, if not all, of their site. It provides control to modify what users can and cannot do. And control contents visibility according to user, user group, and currently use page template.
    6  * Version: 1.0
     6 * Version: 1.1
    77 * Author: Irene A. Mitchell
    88 * Author URI: http://irenemitchell.com
  • conditional-logic-solution/tags/1.1/views/settings.php

    r1079937 r1079939  
    7070                        '<p class="description">Allows you to modify, control it\'s visibility, and change your users capabilities for posts and pages.</p>',
    7171                'widgets' => '<span class="dashicons dashicons-visibility"></span> '. __('SIDEBARS & WIDGETS') .
    72                         '<p class="description">Allows you to control the visibility of your sidebars and sidebar widgets per user, user group and page templates.</p>',
    73                 );
     72                        '<p class="description">Allows you to control the visibility of your sidebars and sidebar widgets per user, user group and page templates.</p>'
     73            );
    7474            $apps = apply_filters( "cls_apps", $apps );
    7575           
     
    232232        </div>
    233233        <div id="cls-faqs" class="cls-tab-content">
     234            <div class="cls-info-box pull-right">
     235                <h3>Need more?</h3>
     236                <p class="">If you think CLS is not enough do send your request right <a href="" target="_blank">here</a>.</p>
     237            </div>
    234238            <h3>Where to ...</h3>
    235239            <div class="cls-faq-box">
Note: See TracChangeset for help on using the changeset viewer.