Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Fix @SInCE for new shortcodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Sep 23, 2016
1 parent eafd337 commit 0e7e17d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alienship-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Shortcodes for displaying Bootstrap elements in the Alien Ship theme. It will work in other themes. It does not load the Bootstrap libraries. It assumes they're already provided by other means.
Version: 1.0.7
Author: John Parris
Author URI: http://www.johnparris.com
Author URI: https://www.johnparris.com
License: GPL2
*/

Expand Down Expand Up @@ -334,7 +334,7 @@ function alienship_well( $atts, $content = null ) {
/**
* Columns
*
* @since 1.0
* @since 1.0.7
* [col] shortcode.
* Example: [col span="3"]Your text here.[/col]
*/
Expand All @@ -351,7 +351,7 @@ function alienship_column( $atts, $content = null ) {
/**
* Rows
*
* @since 1.0
* @since 1.0.7
* [row] shortcode.
* Example: [row class="someclass"]Your text here.[/row]
*/
Expand Down

0 comments on commit 0e7e17d

Please sign in to comment.