Changeset 186583
- Timestamp:
- 12/23/2009 02:54:12 PM (16 years ago)
- Location:
- please-link-2-me/trunk
- Files:
-
- 2 edited
-
pleaselink2me.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
please-link-2-me/trunk/pleaselink2me.php
r169408 r186583 272 272 <p> 273 273 And here is the code that you will need to place in your template file:<br /> 274 <b><?php if(function_exists('pl2m AddLinkBox')) {pl2mAddLinkBox();} ?></b>274 <b><?php if(function_exists('pl2meTemplateTag')) {pl2meTemplateTag();} ?></b> 275 275 </p> 276 276 </div> … … 294 294 } 295 295 $pl2me = new PleaseLink2Me_Admin(); 296 function pl2meTemplateTag() { 297 global $pl2me; 298 $pl2me->pl2mAddLinkBox(); 299 } 296 300 } 297 301 -
please-link-2-me/trunk/readme.txt
r169408 r186583 5 5 Requires at least: 2.7 6 6 Tested up to: 2.9 7 Stable tag: 1. 57 Stable tag: 1.6 8 8 9 9 A plugin that adds a text box containing all the code necessary for visitors to easily create links back to your article from their website. … … 39 39 == ChangeLog == 40 40 41 = 1.6 = 42 * 2009/12/23 43 * Changed the Template Tag to be used. You must now use "pl2meTemplateTag()" instead of "pl2mAddLinkBox()" 44 41 45 = 1.5 = 42 46 * 2009/11/01
Note: See TracChangeset
for help on using the changeset viewer.