Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#45139 closed defect (bug) (invalid)

Customizer Unable to Publish Changes

Reported by: xnineone's profile xnineone Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.9.8
Component: Customize Keywords:
Focuses: Cc:

Description

Found issue in "wp-includes/class-wp-customize-manager.php" line 2391

publishpublish_posts

should be

publish_posts

Change History (1)

#1 @swissspidy
6 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Severity changed from major to normal
  • Status changed from new to closed

Hi there and welcome to WordPress Trac.

I'm not sure where you found this, but I can't find any occurence of publishpublish_posts neither in WordPress 4.9.8, the 4.9 branch, trunk, or the 5.0 branch:

https://github.com/WordPress/wordpress-develop/blob/4.9.8/src/wp-includes/class-wp-customize-manager.php
https://github.com/WordPress/wordpress-develop/blob/master/src/wp-includes/class-wp-customize-manager.php
https://github.com/WordPress/wordpress-develop/blob/4.9/src/wp-includes/class-wp-customize-manager.php
https://github.com/WordPress/wordpress-develop/blob/5.0/src/wp-includes/class-wp-customize-manager.php

Especially not on line 2391:

https://github.com/WordPress/wordpress-develop/blob/4.9.8/src/wp-includes/class-wp-customize-manager.php#L2391

Looks like this file was modified on your system. To verify integrity of core files of your WordPress installation you can always use WP-CLI and run wp core verify-checksums.

Note: See TracTickets for help on using tickets.