Changeset 1079939
- Timestamp:
- 02/01/2015 04:49:37 AM (11 years ago)
- Location:
- conditional-logic-solution/tags/1.1
- Files:
-
- 6 added
- 2 edited
-
conditional-logic-solution.php (modified) (1 diff)
-
screenshot-1.png (added)
-
screenshot-2.png (added)
-
screenshot-3.png (added)
-
screenshot-4.png (added)
-
screenshot-5.png (added)
-
screenshot-6.png (added)
-
views/settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
conditional-logic-solution/tags/1.1/conditional-logic-solution.php
r1079937 r1079939 4 4 * Plugin URI: http://irenemitchell.com/conditional-logic-solution/ 5 5 * 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. 06 * Version: 1.1 7 7 * Author: Irene A. Mitchell 8 8 * Author URI: http://irenemitchell.com -
conditional-logic-solution/tags/1.1/views/settings.php
r1079937 r1079939 70 70 '<p class="description">Allows you to modify, control it\'s visibility, and change your users capabilities for posts and pages.</p>', 71 71 '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 ); 74 74 $apps = apply_filters( "cls_apps", $apps ); 75 75 … … 232 232 </div> 233 233 <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> 234 238 <h3>Where to ...</h3> 235 239 <div class="cls-faq-box">
Note: See TracChangeset
for help on using the changeset viewer.