Changeset 7228 for trunk/bp-core/bp-core-wpabstraction.php
- Timestamp:
- 06/19/2013 09:41:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-wpabstraction.php
r6342 r7228 128 128 /** 129 129 * Fallback implementation of mb_strpos, hardcoded to UTF-8. 130 * @param $haystack String131 * @param $needle String132 * @param $offset String: optional start position133 * @param $encoding String: optional encoding; ignored130 * @param string $haystack 131 * @param string $needle 132 * @param int $offset optional; start position. 133 * @param string $encoding optional; not used. 134 134 * @return int 135 135 */ … … 151 151 /** 152 152 * Fallback implementation of mb_strrpos, hardcoded to UTF-8. 153 * @param $haystack String154 * @param $needle String155 * @param $offset String: optional start position156 * @param $encoding String: optional encoding; ignored153 * @param string $haystack 154 * @param string $needle 155 * @param int $offset optional; start position. 156 * @param string $encoding optional; not used. 157 157 * @return int 158 158 */
Note: See TracChangeset
for help on using the changeset viewer.