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/customizer-controls.php

    r11856 r11899  
    33 * Customizer controls
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1616 * https://developer.wordpress.org/themes/advanced-topics/customizer-api/#putting-the-pieces-together
    1717 *
    18  * @since 1.0.0
     18 * @since 3.0.0
    1919 */
    2020class BP_Nouveau_Nav_Customize_Control extends WP_Customize_Control {
     
    2727     * Render the control's content.
    2828     *
    29      * @since 1.0.0
     29     * @since 3.0.0
    3030     */
    3131    public function render_content() {
Note: See TracChangeset for help on using the changeset viewer.