Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2015 12:49:36 AM (9 years ago)
Author:
tw2113
Message:

First pass at BP-Core docs cleanup.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-wpabstraction.php

    r9819 r10012  
    1919 *
    2020 * @global string $wp_version
     21 *
    2122 * @return string $wp_version
    2223 */
     
    127128 * @todo Why is this function defined in this file?
    128129 *
    129  * @param string $prefix Global table prefix.
     130 * @param string|bool $prefix Global table prefix.
    130131 * @return string SQL chunk.
    131132 */
     
    177178     * @param string $needle String to search for.
    178179     * @param int $offset Optional. Start position for the search. Default: 0.
    179      * @param string $enc Optional. Encoding type. Ignored.
     180     * @param string $encoding Optional. Encoding type. Ignored.
    180181     * @return int|bool Position of needle in haystack if found, else false.
    181182     */
     
    201202     * @param string $needle String to search for.
    202203     * @param int $offset Optional. Start position for the search. Default: 0.
    203      * @param string $enc Optional. Encoding type. Ignored.
     204     * @param string $encoding Optional. Encoding type. Ignored.
    204205     * @return int Position of last needle in haystack if found, else false.
    205206     */
Note: See TracChangeset for help on using the changeset viewer.