Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/11/2015 04:27:50 PM (10 years ago)
Author:
djpaul
Message:

phpdoc: remove obsolete @access public|protected|private statements.

These should only be used on procedural functions that, for legacy
reasons, pretend they are private by prefacing their name with an
underscore.

As modern PHP parsers and IDEs use reflections to figure out the
visibility scope of methods and properties by looking at the actual
code, there’s also no bonus in keeping these purely for documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r10247 r10248  
    318318     *
    319319     * @since 1.6.0
    320      * @access private
    321320     *
    322321     * @uses plugin_dir_path() To generate BuddyPress plugin path.
     
    450449     *
    451450     * @since 1.6.0
    452      * @access private
    453451     *
    454452     * @uses is_admin() If in WordPress admin, load additional file.
     
    509507     *
    510508     * @since 1.6.0
    511      * @access private
    512509     *
    513510     * @uses register_activation_hook() To register the activation hook.
Note: See TracChangeset for help on using the changeset viewer.