Plugin Directory

Changeset 186583


Ignore:
Timestamp:
12/23/2009 02:54:12 PM (16 years ago)
Author:
geniosity
Message:

1.6

  • 2009/12/23
  • Changed the Template Tag to be used. You must now use "pl2meTemplateTag()" instead of "pl2mAddLinkBox()"
Location:
please-link-2-me/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • please-link-2-me/trunk/pleaselink2me.php

    r169408 r186583  
    272272                <p>
    273273                    And here is the code that you will need to place in your template file:<br />
    274                     <b>&lt;?php if(function_exists('pl2mAddLinkBox')) {pl2mAddLinkBox();} ?&gt;</b>
     274                    <b>&lt;?php if(function_exists('pl2meTemplateTag')) {pl2meTemplateTag();} ?&gt;</b>
    275275                </p>
    276276            </div>
     
    294294    }
    295295    $pl2me = new PleaseLink2Me_Admin();
     296    function pl2meTemplateTag() {
     297        global $pl2me;
     298        $pl2me->pl2mAddLinkBox();
     299    }
    296300}
    297301
  • please-link-2-me/trunk/readme.txt

    r169408 r186583  
    55Requires at least: 2.7
    66Tested up to: 2.9
    7 Stable tag: 1.5
     7Stable tag: 1.6
    88
    99A plugin that adds a text box containing all the code necessary for visitors to easily create links back to your article from their website.
     
    3939== ChangeLog ==
    4040
     41= 1.6 =
     42* 2009/12/23
     43* Changed the Template Tag to be used. You must now use "pl2meTemplateTag()" instead of "pl2mAddLinkBox()"
     44
    4145= 1.5 =
    4246* 2009/11/01
Note: See TracChangeset for help on using the changeset viewer.