Changeset 6573 for trunk/src/includes/core/template-functions.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-functions.php
r6551 r6573 22 22 * @param string $slug 23 23 * @param string $name Optional. Default null 24 * @uses bbp_locate_template()25 * @uses load_template()26 * @uses get_template_part()27 24 */ 28 25 function bbp_get_template_part( $slug, $name = null ) { … … 398 395 * @param string $type Filename without extension. 399 396 * @param array $templates An optional list of template candidates 400 * @uses bbp_set_theme_compat_templates()401 * @uses bbp_locate_template()402 * @uses bbp_set_theme_compat_template()403 397 * @return string Full path to file. 404 398 */ … … 496 490 * 497 491 * @param WP_Query $posts_query 498 *499 * @uses get_query_var() To get {@link WP_Query} query var500 * @uses get_user_by() To try to get the user by nicename or id501 * @uses get_userdata() to get the user data502 * @uses current_user_can() To check if the current user can edit the user503 * @uses is_user_member_of_blog() To check if user profile page exists504 * @uses WP_Query::set_404() To set a 404 status505 * @uses apply_filters() Calls 'enable_edit_any_user_configuration' with true506 * @uses bbp_get_view_query_args() To get the view query args507 * @uses bbp_get_forum_post_type() To get the forum post type508 * @uses bbp_get_topic_post_type() To get the topic post type509 * @uses bbp_get_reply_post_type() To get the reply post type510 * @uses remove_action() To remove the auto save post revision action511 492 */ 512 493 function bbp_parse_query( $posts_query ) {
Note: See TracChangeset
for help on using the changeset viewer.