Changeset 7508
- Timestamp:
- 09/14/2026 06:21:50 PM (7 days ago)
- Location:
- branches/2.6
- Files:
-
- 1 added
- 3 edited
-
CHANGELOG.md (modified) (1 diff)
-
src/includes/admin/replies.php (modified) (1 diff)
-
src/includes/admin/topics.php (modified) (1 diff)
-
tests/phpunit/testcases/admin/query.php (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/CHANGELOG.md
r7494 r7508 38 38 longer access a restricted forum. 39 39 - Hardened link relationship rewriting for topic and reply content. 40 - Normalized forum IDs used by administration list filters. 40 41 - Restricted forum hierarchy and attribute changes to users with the appropriate forum authority. 41 42 - Enforced bbPress posting and moderation rules for XML-RPC topic and reply -
branches/2.6/src/includes/admin/replies.php
r7436 r7508 1003 1003 $query_vars['meta_key'] = '_bbp_forum_id'; 1004 1004 $query_vars['meta_type'] = 'NUMERIC'; 1005 $query_vars['meta_value'] = $_GET['bbp_forum_id'];1005 $query_vars['meta_value'] = (int) $_GET['bbp_forum_id']; 1006 1006 } 1007 1007 -
branches/2.6/src/includes/admin/topics.php
r7436 r7508 1215 1215 $query_vars['meta_key'] = '_bbp_forum_id'; 1216 1216 $query_vars['meta_type'] = 'NUMERIC'; 1217 $query_vars['meta_value'] = $_GET['bbp_forum_id'];1217 $query_vars['meta_value'] = (int) $_GET['bbp_forum_id']; 1218 1218 } 1219 1219
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)