Changeset 6175
- Timestamp:
- 12/18/2016 05:30:01 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r6174 r6175 2145 2145 * Upgrade user favorites for bbPress 2.6 and higher 2146 2146 * 2147 * @since 2.6.0 bbPress (r xxxx)2147 * @since 2.6.0 bbPress (r6174) 2148 2148 * 2149 2149 * @return array An array of the status code and the message … … 2193 2193 2194 2194 // Complete results 2195 $result = sprintf( _n( 'Complete! %d favorite upgraded.', 'Complete! %d favorites upgraded.', $ changed, 'bbpress' ), $changed);2195 $result = sprintf( _n( 'Complete! %d favorite upgraded.', 'Complete! %d favorites upgraded.', $total, 'bbpress' ), $total ); 2196 2196 2197 2197 return array( 0, sprintf( $statement, $result ) ); … … 2201 2201 * Upgrade user subscriptions for bbPress 2.6 and higher 2202 2202 * 2203 * @since 2.6.0 bbPress (r xxxx)2203 * @since 2.6.0 bbPress (r6174) 2204 2204 * 2205 2205 * @return array An array of the status code and the message
Note: See TracChangeset
for help on using the changeset viewer.