Changeset 49119
- Timestamp:
- 10/10/2020 07:12:04 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader-skin.php
r48661 r49119 23 23 * @since 2.8.0 24 24 * 25 * @var object25 * @var string 26 26 */ 27 27 public $plugin = ''; -
trunk/src/wp-admin/includes/class-theme-upgrader-skin.php
r48661 r49119 23 23 * @since 2.8.0 24 24 * 25 * @var object25 * @var string 26 26 */ 27 27 public $theme = ''; -
trunk/src/wp-admin/includes/class-wp-list-table.php
r48866 r49119 44 44 * 45 45 * @since 3.1.0 46 * @var object46 * @var WP_Screen 47 47 */ 48 48 protected $screen; … … 1093 1093 * 1094 1094 * The dynamic portion of the hook name, `$this->screen->id`, refers 1095 * to the ID of the current screen , usually a string.1095 * to the ID of the current screen. 1096 1096 * 1097 1097 * @since 3.1.0 -
trunk/src/wp-admin/includes/class-wp-upgrader-skin.php
r48661 r49119 21 21 * @since 2.8.0 22 22 * 23 * @var object23 * @var WP_Upgrader 24 24 */ 25 25 public $upgrader; -
trunk/src/wp-includes/class-wp-query.php
r49108 r49119 64 64 * 65 65 * @since 1.5.0 66 * @var object|array66 * @var WP_Term|WP_Post_Type|WP_Post|WP_User|null 67 67 */ 68 68 public $queried_object; … … 3458 3458 * @since 1.5.0 3459 3459 * 3460 * @return object3460 * @return WP_Term|WP_Post_Type|WP_Post|WP_User|null The queried object. 3461 3461 */ 3462 3462 public function get_queried_object() {
Note: See TracChangeset
for help on using the changeset viewer.