Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/11/2015 04:27:50 PM (9 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-groups/bp-groups-admin.php

    r10229 r10248  
    11371137     * @since 1.7.0
    11381138     *
    1139      * @access public
    11401139     * @var string
    11411140     */
     
    11471146     * @since 1.7.0
    11481147     *
    1149      * @access public
    11501148     * @var int
    11511149     */
     
    13051303     *
    13061304     * @since 2.3.3
    1307      * @access protected
    13081305     *
    13091306     * @return string
Note: See TracChangeset for help on using the changeset viewer.