Make WordPress Core

Changeset 13790


Ignore:
Timestamp:
03/21/2010 11:02:05 AM (16 years ago)
Author:
dd32
Message:

Add @since to Custom Header functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-header.php

    r13751 r13790  
    1010 * The custom header image class.
    1111 *
    12  * @since unknown
     12 * @since 3.0
    1313 * @package WordPress
    1414 * @subpackage Administration
     
    2020     *
    2121     * @var callback
    22      * @since unknown
     22     * @since 3.0
    2323     * @access private
    2424     */
     
    2929     *
    3030     * @var callback
    31      * @since unknown
     31     * @since 3.0
    3232     * @access private
    3333     */
     
    3939     * PHP4 Constructor - Register administration header callback.
    4040     *
    41      * @since unknown
     41     * @since 3.0
    4242     * @param callback $admin_header_callback
    4343     * @param callback $admin_image_div_callback Optional custom image div output callback.
     
    5252     * Set up the hooks for the Custom Header admin page.
    5353     *
    54      * @since unknown
     54     * @since 3.0
    5555     */
    5656    function init() {
     
    7070     * Get the current step.
    7171     *
    72      * @since unknown
     72     * @since 3.0
    7373     *
    7474     * @return int Current step
     
    8888     * Set up the enqueue for the JavaScript files.
    8989     *
    90      * @since unknown
     90     * @since 3.0
    9191     */
    9292    function js_includes() {
     
    116116     * Execute custom header modification.
    117117     *
    118      * @since unknown
     118     * @since 3.0
    119119     */
    120120    function take_action() {
     
    211211     * Execute Javascript depending on step.
    212212     *
    213      * @since unknown
     213     * @since 3.0
    214214     */
    215215    function js() {
     
    224224     * Display Javascript based on Step 1.
    225225     *
    226      * @since unknown
     226     * @since 3.0
    227227     */
    228228    function js_1() { ?>
     
    302302     * Display Javascript based on Step 2.
    303303     *
    304      * @since unknown
     304     * @since 3.0
    305305     */
    306306    function js_2() { ?>
     
    354354     * Display first step of custom header image page.
    355355     *
    356      * @since unknown
     356     * @since 3.0
    357357     */
    358358    function step_1() {
     
    449449     * Display second step of custom header image page.
    450450     *
    451      * @since unknown
     451     * @since 3.0
    452452     */
    453453    function step_2() {
     
    529529     * Display third step of custom header image page.
    530530     *
    531      * @since unknown
     531     * @since 3.0
    532532     */
    533533    function step_3() {
     
    578578     * Display last step of custom header image page.
    579579     *
    580      * @since unknown
     580     * @since 3.0
    581581     */
    582582    function finished() {
     
    588588     * Display the page based on the current step.
    589589     *
    590      * @since unknown
     590     * @since 3.0
    591591     */
    592592    function admin_page() {
Note: See TracChangeset for help on using the changeset viewer.