Skip to content

Commit

Permalink
gallery to genny
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Aug 22, 2014
1 parent ab40fbd commit 2aa3b36
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions admin/includes/available.php
Expand Up @@ -831,6 +831,20 @@ function aesop_shortcodes( $shortcode = null ) {
)
),
'desc' => __( 'Show a collection of stories. Typically used on a page like the home page.','aesop-core' )
),
'gallery' => array(
'name' => __('Gallery', 'aesop-core'),
'type' => 'single',
'atts' => array(
'id' => array(
'type' => 'text_small',
'values' => array( ),
'default' => '',
'desc' => __( 'ID', 'aesop-core' ),
'tip' => __('Gallery ID','aesop-core')
)
),
'desc' => __( ' ','aesop-core' )
)
);

Expand Down

0 comments on commit 2aa3b36

Please sign in to comment.