Changeset 44331
- Timestamp:
- 12/19/2018 07:41:41 AM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-post.php
r42343 r44331 35 35 if ( empty( $action ) ) { 36 36 /** 37 * Fires on a non-authenticated admin post request where no action was supplied.37 * Fires on a non-authenticated admin post request where no action is supplied. 38 38 * 39 39 * @since 2.6.0 … … 54 54 if ( empty( $action ) ) { 55 55 /** 56 * Fires on an authenticated admin post request where no action was supplied.56 * Fires on an authenticated admin post request where no action is supplied. 57 57 * 58 58 * @since 2.6.0 -
trunk/src/wp-admin/async-upload.php
r43571 r44331 102 102 echo $id; 103 103 } else { 104 // Long form response - big chunk o html.104 // Long form response - big chunk of html. 105 105 $type = $_REQUEST['type']; 106 106 -
trunk/src/wp-admin/custom-background.php
r43571 r44331 526 526 * Ajax handler for adding custom background context to an attachment. 527 527 * 528 * Trigger edwhen the user adds a new background image from the528 * Triggers when the user adds a new background image from the 529 529 * Media Manager. 530 530 * -
trunk/src/wp-admin/menu-header.php
r42343 r44331 140 140 $title = wptexturize( $item[0] ); 141 141 142 // hide separators from screen readers142 // Hide separators from screen readers. 143 143 if ( $is_separator ) { 144 144 $aria_hidden = ' aria-hidden="true"'; -
trunk/src/wp-admin/plugin-editor.php
r43571 r44331 317 317 </div> 318 318 <?php 319 endif; // editor warning notice319 endif; // Editor warning notice. 320 320 321 321 include( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset
for help on using the changeset viewer.