Changeset 6773
- Timestamp:
- 01/23/2018 11:32:44 PM (8 years ago)
- Location:
- trunk/src/includes/admin
- Files:
-
- 3 edited
-
forums.php (modified) (2 diffs)
-
replies.php (modified) (1 diff)
-
topics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r6772 r6773 418 418 public function toggle_forum_notice() { 419 419 420 // Bail if missing topictoggle action420 // Bail if missing forum toggle action 421 421 if ( ! bbp_is_get_request() || empty( $_GET['forum_id'] ) || empty( $_GET['bbp_forum_toggle_notice'] ) ) { 422 422 return; … … 617 617 * 618 618 * @param array $actions Actions 619 * @param object $forum Topicobject619 * @param object $forum Forum object 620 620 * 621 621 * @return array $actions Actions -
trunk/src/includes/admin/replies.php
r6772 r6773 777 777 * 778 778 * @param array $actions Actions 779 * @param object $reply Topicobject779 * @param object $reply Reply object 780 780 * 781 781 * @return array $actions Actions -
trunk/src/includes/admin/topics.php
r6772 r6773 955 955 * 956 956 * @param array $actions Actions 957 * @param object $topic Topic object957 * @param object $topic Topic object 958 958 * 959 959 * @return array $actions Actions
Note: See TracChangeset
for help on using the changeset viewer.