Plugin Directory

Changeset 752616


Ignore:
Timestamp:
08/07/2013 01:07:32 AM (13 years ago)
Author:
william.deangelis
Message:

Added the class 'entry-content' to the main div's that contains the main post content so that the font picks up WordPress's default styling in their 2012 theme.

Location:
membership-simplified-for-oap-members-only/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • membership-simplified-for-oap-members-only/trunk/oapmembership.php

    r741471 r752616  
    55Description: Membership Simplified allows you to generate membership lessons with templated content to create a unified look and feel throughout your courses. It also provides the inner workings such as navigation options, a login widget, and tinymce buttons to use when protecting any post or page content. Additionally, it sits on top of PilotPress, thus allowing you to use videos from the video manager, downloadable files from the file manager, and much more. Super easy to setup and manage! (Requires an OfficeAutopilot account and PilotPress installed)
    66Author: William DeAngelis of OfficeAutopilot
    7 Version: Beta 1.35
    8 Release date: 7/15/2013
     7Version: Beta 1.36
     8Release date: 8/6/2013
    99Author URI: http://membership.officeautopilot.com
    1010*/
     
    10911091            </div>
    10921092            <?php } ?>
    1093             <div class="oapcontent">
     1093            <div class="oapcontent entry-content">
    10941094                <?php the_content();?>
    10951095            </div>
     
    12671267            </div>
    12681268            <?php endif;?>
    1269             <div class="oapcontent">
     1269            <div class="oapcontent entry-content">
    12701270                <?php the_content();?>
    12711271            </div>
  • membership-simplified-for-oap-members-only/trunk/readme.txt

    r741471 r752616  
    33Tags: Membership Plugin, Membership, OfficeAutopilot, Moonray, Ontraport
    44Requires at least: 3.0
    5 Tested up to: 3.4.2
     5Tested up to: 3.6
    66Stable tag: trunk
    77License: GPLv2 or later
     
    4747
    4848== Changelog ==
     49
     50= Beta 1.36 =
     51* Added the class 'entry-content' to the main div's that contains the main post content so that the font picks up WordPress's default styling in their 2012 theme.
    4952
    5053= Beta 1.35 =
Note: See TracChangeset for help on using the changeset viewer.