Make WordPress Core

Changeset 27598


Ignore:
Timestamp:
03/18/2014 10:48:00 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: remove doc block comments for @return void. See #27098.

Location:
trunk/src/wp-content/themes/twentythirteen
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r27091 r27598  
    5757 *
    5858 * @since Twenty Thirteen 1.0
    59  *
    60  * @return void
    6159 */
    6260function twentythirteen_setup() {
     
    157155 *
    158156 * @since Twenty Thirteen 1.0
    159  *
    160  * @return void
    161157 */
    162158function twentythirteen_scripts_styles() {
     
    228224 *
    229225 * @since Twenty Thirteen 1.0
    230  *
    231  * @return void
    232226 */
    233227function twentythirteen_widgets_init() {
     
    259253 *
    260254 * @since Twenty Thirteen 1.0
    261  *
    262  * @return void
    263255 */
    264256function twentythirteen_paging_nav() {
     
    292284*
    293285* @since Twenty Thirteen 1.0
    294 *
    295 * @return void
    296286*/
    297287function twentythirteen_post_nav() {
     
    325315 *
    326316 * @since Twenty Thirteen 1.0
    327  *
    328  * @return void
    329317 */
    330318function twentythirteen_entry_meta() {
     
    394382 *
    395383 * @since Twenty Thirteen 1.0
    396  *
    397  * @return void
    398384 */
    399385function twentythirteen_the_attached_image() {
     
    505491 *
    506492 * @since Twenty Thirteen 1.0
    507  *
    508  * @return void
    509493 */
    510494function twentythirteen_content_width() {
     
    524508 *
    525509 * @param WP_Customize_Manager $wp_customize Customizer object.
    526  * @return void
    527510 */
    528511function twentythirteen_customize_register( $wp_customize ) {
     
    540523 *
    541524 * @since Twenty Thirteen 1.0
    542  *
    543  * @return void
    544525 */
    545526function twentythirteen_customize_preview_js() {
  • trunk/src/wp-content/themes/twentythirteen/inc/back-compat.php

    r25522 r27598  
    1818 *
    1919 * @since Twenty Thirteen 1.0
    20  *
    21  * @return void
    2220 */
    2321function twentythirteen_switch_theme() {
     
    3533 *
    3634 * @since Twenty Thirteen 1.0
    37  *
    38  * @return void
    3935 */
    4036function twentythirteen_upgrade_notice() {
     
    4743 *
    4844 * @since Twenty Thirteen 1.0
    49  *
    50  * @return void
    5145 */
    5246function twentythirteen_customize() {
     
    6155 *
    6256 * @since Twenty Thirteen 1.0
    63  *
    64  * @return void
    6557 */
    6658function twentythirteen_preview() {
  • trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php

    r25789 r27598  
    2020 *
    2121 * @since Twenty Thirteen 1.0
    22  *
    23  * @return void
    2422 */
    2523function twentythirteen_custom_header_setup() {
     
    6967 *
    7068 * @since Twenty Thirteen 1.0
    71  *
    72  * @return void
    7369 */
    7470function twentythirteen_custom_header_fonts() {
     
    8783 *
    8884 * @since Twenty Thirteen 1.0
    89  *
    90  * @return void
    9185 */
    9286function twentythirteen_header_style() {
     
    145139 *
    146140 * @since Twenty Thirteen 1.0
    147  *
    148  * @return void
    149141 */
    150142function twentythirteen_admin_header_style() {
     
    213205 *
    214206 * @since Twenty Thirteen 1.0
    215  *
    216  * @return void
    217207 */
    218208function twentythirteen_admin_header_image() {
Note: See TracChangeset for help on using the changeset viewer.