Changeset 3376 for branches/plugin/bbp-includes/bbp-core-shortcodes.php
- Timestamp:
- 07/25/2011 06:40:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-shortcodes.php
r3348 r3376 33 33 * @since bbPress (r3031) 34 34 * 35 * @uses __construct() 36 */ 37 public function BBP_Shortcodes() { 38 $this->__construct(); 39 } 40 41 /** 42 * Add the register_shortcodes action to bbp_init 43 * 44 * @since bbPress (r3031) 45 * 46 * @uses _setup_globals() 47 * @uses _add_shortcodes() 35 * @uses setup_globals() 36 * @uses add_shortcodes() 48 37 */ 49 38 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.