Changeset 10130 for branches/2.3/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 09/23/2015 09:02:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/src/bp-activity/bp-activity-admin.php
r10066 r10130 1420 1420 * 1421 1421 * @since 2.3.3 1422 * @ access protected1422 * @since 2.3.4 Visibility set to public for compatibility with WP < 4.0.0. 1423 1423 * 1424 1424 * @param array $actions The list of actions … … 1426 1426 * @return string 1427 1427 */ 1428 p rotectedfunction row_actions( $actions, $always_visible = false ) {1428 public function row_actions( $actions, $always_visible = false ) { 1429 1429 $action_count = count( $actions ); 1430 1430 $i = 0;
Note: See TracChangeset
for help on using the changeset viewer.