Skip to content

Commit

Permalink
Updated docblocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Ems committed Mar 30, 2013
1 parent 2d4886c commit 9a03e14
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
5 changes: 3 additions & 2 deletions lib/WordPressHTTPS/Module/DomainMapping.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php
/**
* Admin Domain Mapping Module
* Domain Mapping Module
*
* Adds the settings page.
* Provides a way for users to specify if a host hosts their HTTPS
* content on a different domain.
*
* @author Mike Ems
* @package WordPressHTTPS
Expand Down
2 changes: 2 additions & 0 deletions lib/WordPressHTTPS/Module/Ecommerce.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
/**
* E-commerce Module
*
* Handles conflicts with popular E-commerce plugins' SSL settings.
*
* @author Mike Ems
* @package WordPressHTTPS
Expand Down
4 changes: 2 additions & 2 deletions lib/WordPressHTTPS/Module/Network.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* Network admin Settings Module
* Network Module
*
* Adds the network settings page.
* Adds the network settings page to network dashboard.
*
* @author Mike Ems
* @package WordPressHTTPS
Expand Down
4 changes: 3 additions & 1 deletion lib/WordPressHTTPS/Module/Parser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
/**
* HTML Parser Module
* Parser Module
*
* Parses the output buffer with awesomeness.
*
* @author Mike Ems
* @package WordPressHTTPS
Expand Down
2 changes: 1 addition & 1 deletion lib/WordPressHTTPS/Module/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Post Module
*
* Adds settings to the edit post screen.
* Adds options metabox to dashboard when publishing posts and pages.
*
* @author Mike Ems
* @package WordPressHTTPS
Expand Down
5 changes: 3 additions & 2 deletions lib/WordPressHTTPS/Module/UrlFilters.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php
/**
* Admin Url Filters Module
* Url Filters Module
*
* Adds the settings page.
* Provides a mechanism to secure posts and pages using a simple
* string match or regular expressions.
*
* @author Mike Ems
* @package WordPressHTTPS
Expand Down

0 comments on commit 9a03e14

Please sign in to comment.