Plugin Directory

Changeset 957465


Ignore:
Timestamp:
07/30/2014 03:43:10 PM (12 years ago)
Author:
properwp
Message:

Getting Git and SVN connected, adjusting readme.tct

Location:
proper-shortcodes/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • proper-shortcodes/trunk

    • Property svn:ignore set to
      .git
      .gitignore
      .gitattributes
      README.md
  • proper-shortcodes/trunk/README.md

    r957035 r957465  
    44
    55[WordPress repo plugin here](https://wordpress.org/plugins/proper-shortcodes/)
     6
  • proper-shortcodes/trunk/proper-shortcodes.php

    r957035 r957465  
    2323    return site_url();
    2424}
     25
    2526add_shortcode('site_url', 'proper_shortcode_site_url');
    2627add_shortcode('p_site_url', 'proper_shortcode_site_url');
     
    3031}
    3132
     33add_shortcode( 'home_url', 'proper_shortcode_home_url' );
    3234add_shortcode( 'p_home_url', 'proper_shortcode_home_url' );
    33 add_shortcode( 'home_url', 'proper_shortcode_home_url' );
    3435
    3536
     
    344345add_shortcode( 'p_sitemap', 'proper_shortcode_sitemap' );
    345346
     347
    346348/**
    347349 * Outputs a simple <hr> tag with styles, if desired
     
    356358
    357359add_shortcode( 'hr', 'proper_shortcode_hr' );
     360
  • proper-shortcodes/trunk/readme.txt

    r957035 r957465  
    1717This plugin will add all of the following shortcodes:
    1818
    19 **[p_site_url]**
    20 **[site_url]**
    21 **[p_home_url]**
    22 **[home_url]**
     19**[p_site_url]** **[site_url]** **[p_home_url]** **[home_url]**
    2320
    2421Displays the site URL or home URL. Useful for adding links to pages on the site without hard-coding in the domain.
     
    9996- "style" is straight CSS that's added to an inline attribute
    10097
    101 == Screenshots ==
    102 
    103 1. Pull quote in action
    104 2. Child pages, Documents, and Post list
    105 
    10698== Installation ==
    10799
Note: See TracChangeset for help on using the changeset viewer.