Changeset 3144 for branches/plugin/bbp-includes/bbp-shortcodes.php
- Timestamp:
- 05/12/2011 11:35:08 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-shortcodes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-shortcodes.php
r3143 r3144 33 33 * @since bbPress (r3031) 34 34 * 35 * @uses add_action35 * @uses __construct() 36 36 */ 37 37 function BBP_Shortcodes() { … … 44 44 * @since bbPress (r3031) 45 45 * 46 * @uses add_action 46 * @uses _setup_globals() 47 * @uses _add_shortcodes() 47 48 */ 48 49 function __construct() { … … 56 57 * @since bbPress (r3143) 57 58 * @access private 59 * 60 * @uses apply_filters() 58 61 */ 59 62 function _setup_globals() {
Note: See TracChangeset
for help on using the changeset viewer.