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-core/bp-core-admin.php

    r10160 r10248  
    9191     * Set admin-related globals.
    9292     *
    93      * @access private
    9493     * @since 1.6.0
    9594     */
     
    115114     *
    116115     * @since 1.6.0
    117      * @access private
    118116     */
    119117    private function includes() {
     
    129127     * Set up the admin hooks, actions, and filters.
    130128     *
    131      * @access private
    132129     * @since 1.6.0
    133130     *
Note: See TracChangeset for help on using the changeset viewer.