Changeset 6259 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 08/18/2012 10:15:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r6253 r6259 524 524 * example.com/groups/mygroup/home/ 525 525 * 526 * @since 1.6526 * @since BuddyPress (1.6) 527 527 * @see BP_Members_Component::setup_globals() where $bp->canonical_stack['base_url'] and 528 528 * ['component'] may be set … … 577 577 * Output rel=canonical header tag for BuddyPress content 578 578 * 579 * @since 1.6579 * @since BuddyPress (1.6) 580 580 */ 581 581 function bp_rel_canonical() { … … 703 703 * (and plugin authors!) should ignore it. 704 704 * 705 * @since 1.6.1705 * @since BuddyPress (1.6.1) 706 706 * 707 707 * @link http://buddypress.trac.wordpress.org/ticket/4329 … … 723 723 * notice in future versions of BuddyPress. 724 724 * 725 * @since 1.6725 * @since BuddyPress (1.6) 726 726 */ 727 727 function _bp_maybe_remove_rel_canonical() {
Note: See TracChangeset
for help on using the changeset viewer.