Changeset 10825 for trunk/src/bp-core/bp-core-template.php
- Timestamp:
- 05/29/2016 06:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template.php
r10774 r10825 27 27 * @since 1.0.0 28 28 * 29 * @uses bp_get_user_nav() Renders the navigation for a profile of a currently30 29 * viewed user. 31 30 * … … 1484 1483 * @since 1.5.0 1485 1484 * 1486 * @uses bp_get_search_slug()1487 1485 */ 1488 1486 function bp_search_slug() { … … 1513 1511 * @since 1.0.0 1514 1512 * 1515 * @uses apply_filters() Filter 'bp_displayed_user_id' to change this value.1516 *1517 1513 * @return int $id ID of the currently displayed user. 1518 1514 */ … … 1537 1533 * 1538 1534 * @since 1.0.0 1539 *1540 * @uses apply_filters() Filter 'bp_loggedin_user_id' to change this value.1541 1535 * 1542 1536 * @return int ID of the logged-in user.
Note: See TracChangeset
for help on using the changeset viewer.