Make WordPress Core

Changeset 21386


Ignore:
Timestamp:
08/01/2012 07:20:44 AM (12 years ago)
Author:
koopersmith
Message:

Fix @since blocks... since we already released 3.4.1. see #21355.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-customize-control.php

    r21385 r21386  
    488488     * If no tabs exist, removes the control from the manager.
    489489     *
    490      * @since 3.4.1
     490     * @since 3.4.2
    491491     */
    492492    public function prepare_control() {
     
    698698    /**
    699699     * The processed default headers.
    700      * @since 3.4.1
     700     * @since 3.4.2
    701701     * @var array
    702702     */
     
    705705    /**
    706706     * The uploaded headers.
    707      * @since 3.4.1
     707     * @since 3.4.2
    708708     * @var array
    709709     */
     
    747747     * If no tabs exist, removes the control from the manager.
    748748     *
    749      * @since 3.4.1
     749     * @since 3.4.2
    750750     */
    751751    public function prepare_control() {
Note: See TracChangeset for help on using the changeset viewer.