Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 09:56:44 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: fix @since PHPDoc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/blogs/loader.php

    r11686 r11899  
    33 * BP Nouveau Blogs
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Blogs Loader class
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 */
    1616class BP_Nouveau_Blogs {
     
    1818     * Constructor
    1919     *
    20      * @since 1.0.0
     20     * @since 3.0.0
    2121     */
    2222    public function __construct() {
     
    3030     * Globals
    3131     *
    32      * @since 1.0.0
     32     * @since 3.0.0
    3333     */
    3434    protected function setup_globals() {
     
    3939     * Include needed files
    4040     *
    41      * @since 1.0.0
     41     * @since 3.0.0
    4242     */
    4343    protected function includes() {
     
    6262     * Register do_action() hooks
    6363     *
    64      * @since 1.0.0
     64     * @since 3.0.0
    6565     */
    6666    protected function setup_actions() {
     
    8080     * Register add_filter() hooks
    8181     *
    82      * @since 1.0.0
     82     * @since 3.0.0
    8383     */
    8484    protected function setup_filters() {
     
    9696 * Launch the Blogs loader class.
    9797 *
    98  * @since 1.0.0
     98 * @since 3.0.0
    9999 */
    100100function bp_nouveau_blogs( $bp_nouveau = null ) {
Note: See TracChangeset for help on using the changeset viewer.