Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (7 years ago)
Author:
djpaul
Message:

Remove redundant @uses PHPDoc tag from inline documentation.

Per WordPress' inline documentation standards, the @uses tag is not recommended to be used to indicate a used-by relationship, as this information can be derived through other means. These tags also are very likely to become out-of-date as our functions change over time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress-functions.php

    r10820 r10825  
    4242     * @since 1.7.0
    4343     *
    44      * @uses BP_Legacy::setup_globals()
    45      * @uses BP_Legacy::setup_actions()
    4644     */
    4745    public function __construct() {
     
    7169     * @since 1.7.0
    7270     *
    73      * @uses add_filter() To add various filters
    74      * @uses add_action() To add various actions
    7571     */
    7672    protected function setup_actions() {
     
    211207     * @since 2.3.0 Support custom CSS file named after the current theme or parent theme.
    212208     *
    213      * @uses wp_enqueue_style() To enqueue the styles
    214209     */
    215210    public function enqueue_styles() {
     
    514509     *
    515510     * @param  array $templates Array of templates.
    516      * @uses   apply_filters() call 'bp_legacy_theme_compat_page_templates_directory_only' and return false
    517511     *                         to use the defined page template for component's directory and its single items
    518512     * @return array
     
    607601 * @since 2.2.0
    608602 *
    609  * @uses   bp_group_create_nav_item() to output the create a Group nav item.
    610603 */
    611604function bp_legacy_theme_group_create_nav() {
     
    637630 * @since 2.2.0
    638631 *
    639  * @uses   bp_blog_create_nav_item() to output the Create a Site nav item
    640632 */
    641633function bp_legacy_theme_blog_create_nav() {
Note: See TracChangeset for help on using the changeset viewer.