Changeset 6573 for trunk/src/includes/common/shortcodes.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/shortcodes.php
r6438 r6573 33 33 * @since 2.0.0 bbPress (r3031) 34 34 * 35 * @uses setup_globals()36 * @uses add_shortcodes()37 35 */ 38 36 public function __construct() { … … 47 45 * 48 46 * @access private 49 *50 * @uses apply_filters()51 47 */ 52 48 private function setup_globals() { … … 102 98 * 103 99 * @since 2.0.0 bbPress (r3031) 104 *105 * @uses add_shortcode()106 * @uses do_action()107 100 */ 108 101 private function add_shortcodes() { … … 149 142 * 150 143 * @param string $query_name 151 *152 * @uses bbp_set_query_name()153 * @uses ob_start()154 144 */ 155 145 private function start( $query_name = '' ) { … … 167 157 * @since 2.0.0 bbPress (r3079) 168 158 * 169 * @uses BBP_Shortcodes::unset_globals() Cleans up global values170 159 * @return string Contents of output buffer. 171 160 */ … … 196 185 * @since 2.0.0 bbPress (r3031) 197 186 * 198 * @uses bbp_has_forums()199 * @uses get_template_part()200 187 * @return string 201 188 */ … … 222 209 * @param array $attr 223 210 * @param string $content 224 * @uses get_template_part()225 * @uses bbp_single_forum_description()226 211 * @return string 227 212 */ … … 262 247 * 263 248 * @since 2.1.0 bbPress (r3566) 264 *265 * @uses get_template_part()266 249 */ 267 250 public function display_forum_form() { … … 285 268 * @since 2.0.0 bbPress (r3031) 286 269 * 287 * @uses get_template_part()288 270 * @return string 289 271 */ … … 316 298 * @param array $attr 317 299 * @param string $content 318 * @uses get_template_part()319 300 * @return string 320 301 */ … … 382 363 * @param array $attr 383 364 * @param string $content 384 * @uses get_template_part()385 365 * @return string 386 366 */ … … 437 417 * @param array $attr 438 418 * @param string $content 439 * @uses get_template_part()440 419 * @return string 441 420 */ … … 496 475 * 497 476 * @since 2.0.0 bbPress (r3031) 498 *499 * @uses get_template_part()500 477 */ 501 478 public function display_reply_form() { … … 549 526 * @param array $attr 550 527 * @param string $content 551 * @uses get_template_part()552 528 * @return string 553 529 */ … … 586 562 * @since 2.0.0 bbPress (r3346) 587 563 * 588 * @uses get_template_part()589 564 * @return string 590 565 */ … … 614 589 * @param array $attr 615 590 * @param string $content 616 * @uses get_template_part()617 * @uses bbp_single_forum_description()618 591 * @return string 619 592 */ … … 654 627 * 655 628 * @since 2.3.0 bbPress (r4585) 656 *657 * @uses get_template_part()658 629 */ 659 630 public function display_search_form() { … … 682 653 * @param array $attr 683 654 * @param string $content 684 * @uses bbp_search_query()685 * @uses get_template_part()686 655 */ 687 656 public function display_search( $attr, $content = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.