Plugin Directory

Changeset 372721


Ignore:
Timestamp:
04/13/2011 11:26:31 PM (15 years ago)
Author:
johnleblanc
Message:

fixed inconsistent function name

Location:
docs-auto-tags/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • docs-auto-tags/trunk/docs-auto-tags.php

    r372706 r372721  
    44Plugin URI: http://wordpress.org/extend/plugins/docs-auto-tags/
    55Description: Assigns tags to posts containing specific text strings, handy for filtering within the loop. A gift to @docrock from @johnleblanc to help keep Instagr.am image posts out of the mrdocrock.com homepage loop April, 2011.
    6 Version: 0.2
     6Version: 0.3
    77Author: John LeBlanc
    88Author URI: http://johnleblanc.com
     
    4444
    4545// intro plugin settings to WP
    46 add_action('admin_init', 'docs_autotags_options_init' );
     46add_action('admin_init', 'jpl_docs_autotags_options_init' );
    4747function jpl_docs_autotags_options_init() {
    4848    register_setting( 'jpl_docs_autotags_options', 'docs_autotags' );
  • docs-auto-tags/trunk/readme.txt

    r372705 r372721  
    1111== Description ==
    1212
    13 Assigns tags to posts containing specific text strings, handy for filtering within the loop. A gift to @docrock from @johnleblanc to help keep Instagr.am image posts out of the mrdocrock.com homepage loop April, 2011.
     13Assigns tags to posts containing specific text strings, handy for filtering within the loop. A gift to [@docrock](http://twitter.com/#!/docrock/status/58054643929985024) from [@johnleblanc](http://twitter.com/johnleblanc/status/58303307713753088) to help keep Instagr.am image posts out of the mrdocrock.com homepage loop April, 2011.
    1414
    1515== Installation ==
    1616
    17 1. Upload `plugin-name.php` to your plugins directory (usually `/wp-content/plugins/` unless you've defined custom value for WP_PLUGINS_DIR)
     171. Install from the Plugins page within the dashboard. For those with too much free time, download from the [plugin page](http://wordpress.org/extend/plugins/docs-auto-tags/) or [subversion repository](http://plugins.svn.wordpress.org/docs-auto-tags/). Upload `docs-auto-tags` to your plugins directory (usually `/wp-content/plugins/` unless you've defined custom value for WP_PLUGINS_DIR).
    18181. Activate the plugin through the 'Plugins' menu in WordPress
    19191. Configure your settings within the 'Tools' area in the Dashboard
    2020
    2121== Changelog ==
     22
     23= 0.3 =
     24Fix a bum function reference
    2225
    2326= 0.2 =
Note: See TracChangeset for help on using the changeset viewer.