Make WordPress Core


Ignore:
Timestamp:
10/23/2013 02:39:36 PM (10 years ago)
Author:
ryan
Message:

Pinking shears

Location:
branches/3.7/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7/src

  • branches/3.7/src/wp-admin/admin-footer.php

    r25288 r25881  
    2222     *
    2323     * @since 2.5.0
    24      */ 
    25     do_action( 'in_admin_footer' ); 
     24     */
     25    do_action( 'in_admin_footer' );
    2626    ?>
    2727    <p id="footer-left" class="alignleft">
     
    2929        /**
    3030         * Filter the "Thank you" text displayed in the admin footer.
    31          * 
     31         *
    3232         * @since 2.8.0
    3333         * @param string The content that will be printed.
    34          */ 
     34         */
    3535        echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>' );
    3636        ?>
     
    4343         * @see core_update_footer() WordPress prints the current version and update information,
    4444         *  using core_update_footer() at priority 10.
    45          * 
     45         *
    4646         * @since 2.3.0
    4747         * @param string The content that will be printed.
    4848         */
    49         echo apply_filters( 'update_footer', '' ); 
     49        echo apply_filters( 'update_footer', '' );
    5050        ?>
    5151    </p>
     
    5555/**
    5656 * Print scripts or data before the default footer scripts.
    57  * 
     57 *
    5858 * @since 1.2.0
    5959 * @param string The data to print.
     
    6363/**
    6464 * Prints any scripts and data queued for the footer.
    65  * 
     65 *
    6666 * @since 2.8.0
    6767 */
     
    7070/**
    7171 * Print scripts or data after the default footer scripts.
    72  * 
     72 *
    7373 * @since 2.8.0
    74  * 
     74 *
    7575 * @param string $GLOBALS['hook_suffix'] The current admin page.
    7676 */
Note: See TracChangeset for help on using the changeset viewer.