Changeset 12008 for trunk/src/bp-templates/bp-nouveau/includes/ajax.php
- Timestamp:
- 04/28/2018 01:32:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/ajax.php
r11903 r12008 76 76 } 77 77 78 /** 79 * Filters the browser URL for the template loader. 80 * 81 * @since 3.0.0 82 * 83 * @param string $feed_url Template feed url. 84 * @param string $scope Current component scope. 85 */ 78 86 $result['feed_url'] = apply_filters( 'bp_nouveau_ajax_object_template_loader', $feed_url, $scope ); 79 87 } … … 114 122 115 123 $template_path = bp_locate_template( array( $template_part ), false ); 124 125 /** 126 * Filters the server path for the template loader. 127 * 128 * @since 3.0.0 129 * 130 * @param string Template file path. 131 */ 116 132 $template_path = apply_filters( 'bp_nouveau_object_template_path', $template_path ); 117 133
Note: See TracChangeset
for help on using the changeset viewer.