Changeset 10012 for trunk/src/bp-core/bp-core-wpabstraction.php
- Timestamp:
- 07/12/2015 12:49:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-wpabstraction.php
r9819 r10012 19 19 * 20 20 * @global string $wp_version 21 * 21 22 * @return string $wp_version 22 23 */ … … 127 128 * @todo Why is this function defined in this file? 128 129 * 129 * @param string $prefix Global table prefix.130 * @param string|bool $prefix Global table prefix. 130 131 * @return string SQL chunk. 131 132 */ … … 177 178 * @param string $needle String to search for. 178 179 * @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. 180 181 * @return int|bool Position of needle in haystack if found, else false. 181 182 */ … … 201 202 * @param string $needle String to search for. 202 203 * @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. 204 205 * @return int Position of last needle in haystack if found, else false. 205 206 */
Note: See TracChangeset
for help on using the changeset viewer.