Skip to content

Commit

Permalink
Licensing edits
Browse files Browse the repository at this point in the history
Updated Description and removed dead lines
  • Loading branch information
Lewiscowles1986 committed Sep 21, 2016
1 parent 4b9dd2f commit c3e90eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: CODESIGN2 Content Section Plugin
Plugin URI: http://www.codesign2.co.uk
Description: Bring your content authoring and tooling into the 21st century with this tool for all CODESIGN2 customers. NOT FOR RESALE BUNDLED OR STANDALONE FOR ANY REASON
Description: Bring your content authoring and tooling into the 21st century with this tool.
Author: CODESIGN2
Version: 2.6.2
Author URI: http://www.codesign2.co.uk/
Expand Down Expand Up @@ -88,7 +88,7 @@ public function render_sc( $atts, $content='', $tag=self::POST_TYPE ) {
$atts
); // Ensure that attributes exist
$slug = sanitize_title( $atts_named[ 'name' ] );
$out = '';//<!-- CD2 content section shortcode used here for "' . $atts_named[ 'name' ] . '" translated to "' . $slug . '" -->';
$out = '';
$args = [
'post_type' => self::POST_TYPE,
'name' => $slug
Expand Down

0 comments on commit c3e90eb

Please sign in to comment.