Plugin Directory

Changeset 1549277


Ignore:
Timestamp:
12/08/2016 12:35:31 PM (9 years ago)
Author:
neoxx
Message:
  • Tested up to: 4.7
  • SSLified a link
File:
1 edited

Legend:

Unmodified
Added
Removed
  • featuring-countcomments/trunk/readme.txt

    r1410808 r1549277  
    44Tags: count, comment, comments, author, authors, user, users, widget, dashboard, sidebar, shortcode, multisite, multi-site
    55Requires at least: 3.3
    6 Tested up to: 4.6
     6Tested up to: 4.7
    77Stable tag: trunk
    88License: GPLv3 or later
     
    6666= API =
    6767
    68 Parameters can either be passed [as an array or a URL query type string (e.g. "display=0&format=0")](https://codex.wordpress.org/Function_Reference/wp_parse_args). Please note that WordPress parses all arguments as strings, thus booleans have to be 0 or 1 if used in query type strings whereas for arrays [real booleans](https://php.net/manual/en/language.types.boolean.php) should be used.
     68Parameters can either be passed [as an array or a URL query type string (e.g. "display=0&format=0")](https://codex.wordpress.org/Function_Reference/wp_parse_args). Please note that WordPress parses all arguments as strings, thus booleans have to be 0 or 1 if used in query type strings whereas for arrays [real booleans](https://secure.php.net/manual/en/language.types.boolean.php) should be used.
    6969
    7070**`$featuring_countcomments->count_by_user($params=array())`**
Note: See TracChangeset for help on using the changeset viewer.