Changeset 10130
- Timestamp:
- 09/23/2015 09:02:11 PM (9 years ago)
- Location:
- branches/2.3/src
- Files:
-
- 2 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; -
branches/2.3/src/bp-groups/bp-groups-admin.php
r10066 r10130 1485 1485 * 1486 1486 * @since 2.3.3 1487 * @ access protected1487 * @since 2.3.4 Visibility set to public for compatibility with WP < 4.0.0. 1488 1488 * 1489 1489 * @param array $actions The list of actions … … 1491 1491 * @return string 1492 1492 */ 1493 p rotectedfunction row_actions( $actions, $always_visible = false ) {1493 public function row_actions( $actions, $always_visible = false ) { 1494 1494 $action_count = count( $actions ); 1495 1495 $i = 0;
Note: See TracChangeset
for help on using the changeset viewer.