Plugin Directory

Changeset 186847


Ignore:
Timestamp:
12/24/2009 12:37:24 PM (16 years ago)
Author:
cballou
Message:

updating the readme.txt file

Location:
phpull
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • phpull/tags/1.0/readme.txt

    r186338 r186847  
    1313PHPull is a Wordpress plugin for developers who wish to easily and accurately reference php functions directly from
    1414the PHP.net website.  The plugin is very easy to use and the tooltip display is easily customizable by updating
    15 an existing stylesheet theme or creating your own.
     15an existing stylesheet theme or creating your own. More detailed information and examples can be found on the
     16official plugin homepage, linked below.
    1617
    1718Credit goes out to S.C. Chen for his Simple HTML DOM class that was used in this plugin. For more information on
     
    4849
    4950PHPull is utilized by simply adding the following BBCode tag into your posts, wrapping the function name as follows:
     51
    5052`[phpull]ksort[/phpull]`
    5153
     
    5355
    5456`[phpull class="domdocument"]getelementbytagname[/phpull]`
     57
    5558
    5659= Does PHPull currently support any other languages? =
  • phpull/trunk/readme.txt

    r186338 r186847  
    1313PHPull is a Wordpress plugin for developers who wish to easily and accurately reference php functions directly from
    1414the PHP.net website.  The plugin is very easy to use and the tooltip display is easily customizable by updating
    15 an existing stylesheet theme or creating your own.
     15an existing stylesheet theme or creating your own. More detailed information and examples can be found on the
     16official plugin homepage, linked below.
    1617
    1718Credit goes out to S.C. Chen for his Simple HTML DOM class that was used in this plugin. For more information on
     
    4849
    4950PHPull is utilized by simply adding the following BBCode tag into your posts, wrapping the function name as follows:
     51
    5052`[phpull]ksort[/phpull]`
    5153
     
    5355
    5456`[phpull class="domdocument"]getelementbytagname[/phpull]`
     57
    5558
    5659= Does PHPull currently support any other languages? =
Note: See TracChangeset for help on using the changeset viewer.